public class ResourceEndpointListItem extends Object implements Serializable
An object that describes the endpoint of the signaling channel returned by
the GetSignalingChannelEndpoint API.
| Constructor and Description |
|---|
ResourceEndpointListItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getProtocol()
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
String |
getResourceEndpoint()
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
int |
hashCode() |
void |
setProtocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
void |
setProtocol(String protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
void |
setResourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResourceEndpointListItem |
withProtocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
ResourceEndpointListItem |
withProtocol(String protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
ResourceEndpointListItem |
withResourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
public String getProtocol()
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
Constraints:
Allowed Values: WSS, HTTPS
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
ChannelProtocolpublic void setProtocol(String protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
Constraints:
Allowed Values: WSS, HTTPS
protocol -
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
ChannelProtocolpublic ResourceEndpointListItem withProtocol(String protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: WSS, HTTPS
protocol -
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
ChannelProtocolpublic void setProtocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
Constraints:
Allowed Values: WSS, HTTPS
protocol -
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
ChannelProtocolpublic ResourceEndpointListItem withProtocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: WSS, HTTPS
protocol -
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API.
ChannelProtocolpublic String getResourceEndpoint()
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API.
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API.
public void setResourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API.
resourceEndpoint -
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API.
public ResourceEndpointListItem withResourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API.
Returns a reference to this object so that method calls can be chained together.
resourceEndpoint -
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.