public static enum HTTPSamplerBase.SourceType extends Enum<HTTPSamplerBase.SourceType>
| Enum Constant and Description |
|---|
DEVICE |
DEVICE_IPV4 |
DEVICE_IPV6 |
HOSTNAME |
| Modifier and Type | Field and Description |
|---|---|
String |
propertyName |
| Modifier and Type | Method and Description |
|---|---|
static HTTPSamplerBase.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPSamplerBase.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTTPSamplerBase.SourceType HOSTNAME
public static final HTTPSamplerBase.SourceType DEVICE
public static final HTTPSamplerBase.SourceType DEVICE_IPV4
public static final HTTPSamplerBase.SourceType DEVICE_IPV6
public final String propertyName
public static HTTPSamplerBase.SourceType[] values()
for (HTTPSamplerBase.SourceType c : HTTPSamplerBase.SourceType.values()) System.out.println(c);
public static HTTPSamplerBase.SourceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 1998-2020 Apache Software Foundation. All Rights Reserved.