VMware GemFire Java API Reference
Class QueryConfigService.MethodAuthorizer.Parameter
- java.lang.Object
-
- org.apache.geode.cache.query.management.configuration.QueryConfigService.MethodAuthorizer.Parameter
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryConfigService.MethodAuthorizer
public static class QueryConfigService.MethodAuthorizer.Parameter extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="parameter-value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringparameterValue
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetParameterValue()Gets the value of the parameter-value property.voidsetParameterValue(String value)Sets the value of the parameter-value property.
-