public class ConnectionMonitorDestination extends Object
| Constructor and Description |
|---|
ConnectionMonitorDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the address value.
|
Integer |
port()
Get the port value.
|
String |
resourceId()
Get the resourceId value.
|
ConnectionMonitorDestination |
withAddress(String address)
Set the address value.
|
ConnectionMonitorDestination |
withPort(Integer port)
Set the port value.
|
ConnectionMonitorDestination |
withResourceId(String resourceId)
Set the resourceId value.
|
public String resourceId()
public ConnectionMonitorDestination withResourceId(String resourceId)
resourceId - the resourceId value to setpublic String address()
public ConnectionMonitorDestination withAddress(String address)
address - the address value to setpublic Integer port()
public ConnectionMonitorDestination withPort(Integer port)
port - the port value to setCopyright © 2019. All rights reserved.