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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameterValue

        protected java.lang.String parameterValue
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getParameterValue

        public java.lang.String getParameterValue()
        Gets the value of the parameter-value property. possible object is String
        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 is String
        Parameters:
        value - the value of the parameter-value property