Class CacheConfig.GatewayHub.Gateway.GatewayEndpoint
java.lang.Object
org.apache.geode.cache.configuration.CacheConfig.GatewayHub.Gateway.GatewayEndpoint
- Enclosing class:
- CacheConfig.GatewayHub.Gateway
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
host
-
id
-
port
-
-
Constructor Details
-
GatewayEndpoint
public GatewayEndpoint()
-
-
Method Details
-
getHost
Gets the value of the host property. possible object isString- Returns:
- the value of the host property
-
setHost
Sets the value of the host property. allowed object isString- Parameters:
value- the value of the host property
-
getId
Gets the value of the id property. possible object isString- Returns:
- the ID.
-
setId
Sets the value of the id property. allowed object isString- Parameters:
value- the ID.
-
getPort
Gets the value of the port property. possible object isString- Returns:
- the port number.
-
setPort
Sets the value of the port property. allowed object isString- Parameters:
value- the port number.
-