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