| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AphInfo. |
| Modifier and Type | Method and Description |
|---|---|
AphInfo |
build() |
AphInfo.Builder |
setAddress(java.lang.String address)
IP address of APH service
|
AphInfo.Builder |
setCertificate(java.lang.String certificate)
PEM Certificate of APH service
|
AphInfo.Builder |
setFqdn(java.lang.String fqdn)
FQDN, only returned by GET /sites and GET /sites/self
|
AphInfo.Builder |
setNodeId(java.lang.String nodeId)
Node ID of the APH service
|
AphInfo.Builder |
setPort(java.lang.Long port)
Port of APH service format: int64
|
AphInfo.Builder |
setUseFqdn(java.lang.Boolean useFqdn)
whether or not fqdn flag is on
|
AphInfo.Builder |
setUuid(java.lang.String uuid)
ID of the APH service
|
public Builder()
AphInfo.public AphInfo.Builder setAddress(java.lang.String address)
address - New value for the property.public AphInfo.Builder setCertificate(java.lang.String certificate)
certificate - New value for the property.public AphInfo.Builder setFqdn(java.lang.String fqdn)
fqdn - New value for the property.public AphInfo.Builder setNodeId(java.lang.String nodeId)
nodeId - New value for the property.public AphInfo.Builder setPort(java.lang.Long port)
port - New value for the property.public AphInfo.Builder setUseFqdn(java.lang.Boolean useFqdn)
useFqdn - New value for the property.public AphInfo.Builder setUuid(java.lang.String uuid)
uuid - New value for the property.public AphInfo build()