Class PoolType.Server

java.lang.Object
org.apache.geode.cache.configuration.PoolType.Server
Enclosing class:
PoolType

public static class PoolType.Server extends Object

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="host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Server

      public Server()
  • Method Details

    • getHost

      public String getHost()
      Gets the value of the host property. possible object is String
      Returns:
      the host name
    • setHost

      public void setHost(String value)
      Sets the value of the host property. allowed object is String
      Parameters:
      value - the host name.
    • getPort

      public String getPort()
      Gets the value of the port property. possible object is String
      Returns:
      the port number.
    • setPort

      public void setPort(String value)
      Sets the value of the port property. allowed object is String
      Parameters:
      value - the port number.