Class HTTPArgumentSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class HTTPArgumentSchema extends ArgumentSchemaLists properties of a HTTPArgument.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHTTPArgumentSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final BooleanPropertyDescriptor<HTTPArgumentSchema>alwaysEncodeprivate final BooleanPropertyDescriptor<HTTPArgumentSchema>useEqualsprivate final StringPropertyDescriptor<HTTPArgumentSchema>contentTypeprivate final StringPropertyDescriptor<ArgumentSchema>argumentNameprivate final StringPropertyDescriptor<TestElementSchema>commentsprivate final StringPropertyDescriptor<ArgumentSchema>descriptionprivate final BooleanPropertyDescriptor<TestElementSchema>enabledprivate final Map<String, BasePropertyGroupSchema<?>>groupsprivate final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>guiClassprivate final StringPropertyDescriptor<ArgumentSchema>metadataprivate final StringPropertyDescriptor<TestElementSchema>nameprivate final Map<String, PropertyDescriptor<?, ?>>propertiesprivate final ClassPropertyDescriptor<TestElementSchema, Object>testClassprivate final StringPropertyDescriptor<ArgumentSchema>valuepublic final static HTTPArgumentSchema.INSTANCEINSTANCE
-
Constructor Summary
Constructors Constructor Description HTTPArgumentSchema()
-
Method Summary
Modifier and Type Method Description final BooleanPropertyDescriptor<HTTPArgumentSchema>getAlwaysEncode()final BooleanPropertyDescriptor<HTTPArgumentSchema>getUseEquals()final StringPropertyDescriptor<HTTPArgumentSchema>getContentType()-
Methods inherited from class org.apache.jmeter.config.ArgumentSchema
getArgumentName, getDescription, getMetadata, getValue -
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass -
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAlwaysEncode
final BooleanPropertyDescriptor<HTTPArgumentSchema> getAlwaysEncode()
-
getUseEquals
final BooleanPropertyDescriptor<HTTPArgumentSchema> getUseEquals()
-
getContentType
final StringPropertyDescriptor<HTTPArgumentSchema> getContentType()
-
-
-
-