Class CacheConfig.GatewayHub.Gateway.GatewayEndpoint

java.lang.Object
org.apache.geode.cache.configuration.CacheConfig.GatewayHub.Gateway.GatewayEndpoint
Enclosing class:
CacheConfig.GatewayHub.Gateway

public static class CacheConfig.GatewayHub.Gateway.GatewayEndpoint 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="id" 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

    • GatewayEndpoint

      public GatewayEndpoint()
  • Method Details

    • getHost

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

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

      public String getId()
      Gets the value of the id property. possible object is String
      Returns:
      the ID.
    • setId

      public void setId(String value)
      Sets the value of the id property. allowed object is String
      Parameters:
      value - the ID.
    • 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.