Class QueryConfigService.MethodAuthorizer
java.lang.Object
org.apache.geode.cache.query.management.configuration.QueryConfigService.MethodAuthorizer
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryConfigService
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">
<sequence>
<element name="parameter" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="class-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the className property.Gets the value of the parameter property.voidsetClassName(String value) Sets the value of the className property.voidSets the value of the parameter property.
-
Field Details
-
parameter
-
className
-
-
Constructor Details
-
MethodAuthorizer
public MethodAuthorizer()
-
-
Method Details
-
getParameters
Gets the value of the parameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
QueryConfigService.MethodAuthorizer.Parameter- Returns:
- the value of the parameter property
-
setParameters
Sets the value of the parameter property.Objects of the following type(s) are allowed in the list
QueryConfigService.MethodAuthorizer.Parameter- Parameters:
parameters- the value of the parameter property
-
getClassName
Gets the value of the className property. possible object isString- Returns:
- the value of the className property
-
setClassName
Sets the value of the className property. allowed object isString- Parameters:
value- the value of the className property
-