Gemfire JavaDocs
Class QueryConfigService.MethodAuthorizer
- java.lang.Object
-
- org.apache.geode.cache.query.management.configuration.QueryConfigService.MethodAuthorizer
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- QueryConfigService
public static class QueryConfigService.MethodAuthorizer 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"> <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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryConfigService.MethodAuthorizer.Parameter
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
className
protected java.util.List<QueryConfigService.MethodAuthorizer.Parameter>
parameter
-
Constructor Summary
Constructors Constructor Description MethodAuthorizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
Gets the value of the className property.java.util.List<QueryConfigService.MethodAuthorizer.Parameter>
getParameters()
Gets the value of the parameter property.void
setClassName(java.lang.String value)
Sets the value of the className property.void
setParameters(java.util.List<QueryConfigService.MethodAuthorizer.Parameter> parameters)
Sets the value of the parameter property.
-
-
-
Field Detail
-
parameter
protected java.util.List<QueryConfigService.MethodAuthorizer.Parameter> parameter
-
className
protected java.lang.String className
-
-
Method Detail
-
getParameters
public java.util.List<QueryConfigService.MethodAuthorizer.Parameter> 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
public void setParameters(java.util.List<QueryConfigService.MethodAuthorizer.Parameter> parameters)
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
public java.lang.String getClassName()
Gets the value of the className property. possible object isString
- Returns:
- the value of the className property
-
setClassName
public void setClassName(java.lang.String value)
Sets the value of the className property. allowed object isString
- Parameters:
value
- the value of the className property
-
-