Class QueryConfigService.MethodAuthorizer

java.lang.Object
org.apache.geode.cache.query.management.configuration.QueryConfigService.MethodAuthorizer
All Implemented Interfaces:
Serializable
Enclosing class:
QueryConfigService

public static class QueryConfigService.MethodAuthorizer 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">
       <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:
  • Field Details

  • 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

      public void setParameters(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 String getClassName()
      Gets the value of the className property. possible object is String
      Returns:
      the value of the className property
    • setClassName

      public void setClassName(String value)
      Sets the value of the className property. allowed object is String
      Parameters:
      value - the value of the className property