Gemfire JavaDocs_test
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 java.lang.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>
-
-
Constructor Summary
Constructors Constructor Description GatewayEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHost()
Gets the value of the host property.java.lang.String
getId()
Gets the value of the id property.java.lang.String
getPort()
Gets the value of the port property.void
setHost(java.lang.String value)
Sets the value of the host property.void
setId(java.lang.String value)
Sets the value of the id property.void
setPort(java.lang.String value)
Sets the value of the port property.
-
-
-
Method Detail
-
getHost
public java.lang.String getHost()
Gets the value of the host property. possible object isString
- Returns:
- the value of the host property
-
setHost
public void setHost(java.lang.String value)
Sets the value of the host property. allowed object isString
- Parameters:
value
- the value of the host property
-
getId
public java.lang.String getId()
Gets the value of the id property. possible object isString
- Returns:
- the ID.
-
setId
public void setId(java.lang.String value)
Sets the value of the id property. allowed object isString
- Parameters:
value
- the ID.
-
getPort
public java.lang.String getPort()
Gets the value of the port property. possible object isString
- Returns:
- the port number.
-
setPort
public void setPort(java.lang.String value)
Sets the value of the port property. allowed object isString
- Parameters:
value
- the port number.
-
-