Gemfire JavaDocs_test
Class QueryConfigService.MethodAuthorizer.Parameter
- java.lang.Object
-
- org.apache.geode.cache.query.management.configuration.QueryConfigService.MethodAuthorizer.Parameter
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- QueryConfigService.MethodAuthorizer
public static class QueryConfigService.MethodAuthorizer.Parameter extends java.lang.Object implements java.io.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 java.lang.String
parameterValue
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getParameterValue()
Gets the value of the parameter-value property.void
setParameterValue(java.lang.String value)
Sets the value of the parameter-value property.
-
-
-
Method Detail
-
getParameterValue
public java.lang.String getParameterValue()
Gets the value of the parameter-value property. possible object isString
- Returns:
- the value of the parameter-value property
-
setParameterValue
public void setParameterValue(java.lang.String value)
Sets the value of the parameter-value property. allowed object isString
- Parameters:
value
- the value of the parameter-value property
-
-