public class BackendForListServicesOutput extends Object
| Constructor and Description |
|---|
BackendForListServicesOutput() |
| Modifier and Type | Method and Description |
|---|---|
BackendForListServicesOutput |
backendDomain(String backendDomain) |
BackendForListServicesOutput |
backendPort(Integer backendPort) |
BackendForListServicesOutput |
enableTls(Boolean enableTls) |
boolean |
equals(Object o) |
String |
getBackendDomain()
Get backendDomain
|
Integer |
getBackendPort()
Get backendPort
|
String |
getProtocol()
Get protocol
|
Integer |
getTimeoutSeconds()
Get timeoutSeconds
|
int |
hashCode() |
Boolean |
isEnableTls()
Get enableTls
|
BackendForListServicesOutput |
protocol(String protocol) |
void |
setBackendDomain(String backendDomain) |
void |
setBackendPort(Integer backendPort) |
void |
setEnableTls(Boolean enableTls) |
void |
setProtocol(String protocol) |
void |
setTimeoutSeconds(Integer timeoutSeconds) |
BackendForListServicesOutput |
timeoutSeconds(Integer timeoutSeconds) |
String |
toString() |
public BackendForListServicesOutput backendDomain(String backendDomain)
public String getBackendDomain()
public void setBackendDomain(String backendDomain)
public BackendForListServicesOutput backendPort(Integer backendPort)
public Integer getBackendPort()
public void setBackendPort(Integer backendPort)
public BackendForListServicesOutput enableTls(Boolean enableTls)
public Boolean isEnableTls()
public void setEnableTls(Boolean enableTls)
public BackendForListServicesOutput protocol(String protocol)
public String getProtocol()
public void setProtocol(String protocol)
public BackendForListServicesOutput timeoutSeconds(Integer timeoutSeconds)
public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer timeoutSeconds)
Copyright © 2026. All rights reserved.