Class LongPropertyDescriptor

  • All Implemented Interfaces:
    java.io.Serializable , org.apache.jmeter.testelement.schema.PropertyDescriptor

    @API(status = API.Status.EXPERIMENTAL, since = "5.6") 
    public final class LongPropertyDescriptor<Schema extends BaseTestElementSchema>
     implements PropertyDescriptor<Schema, Long>
                        

    Describes a LongProperty that contains class reference: name, default value, and provides accessors for properties. Use BaseTestElementSchema.long for building the property descriptors.

    Since:

    5.6