public class BackendForUpdateServiceOutput extends Object
| Constructor and Description |
|---|
BackendForUpdateServiceOutput() |
| Modifier and Type | Method and Description |
|---|---|
BackendForUpdateServiceOutput |
backendDomain(String backendDomain) |
BackendForUpdateServiceOutput |
backendPort(Integer backendPort) |
BackendForUpdateServiceOutput |
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
|
BackendForUpdateServiceOutput |
protocol(String protocol) |
void |
setBackendDomain(String backendDomain) |
void |
setBackendPort(Integer backendPort) |
void |
setEnableTls(Boolean enableTls) |
void |
setProtocol(String protocol) |
void |
setTimeoutSeconds(Integer timeoutSeconds) |
BackendForUpdateServiceOutput |
timeoutSeconds(Integer timeoutSeconds) |
String |
toString() |
public BackendForUpdateServiceOutput backendDomain(String backendDomain)
public String getBackendDomain()
public void setBackendDomain(String backendDomain)
public BackendForUpdateServiceOutput backendPort(Integer backendPort)
public Integer getBackendPort()
public void setBackendPort(Integer backendPort)
public BackendForUpdateServiceOutput enableTls(Boolean enableTls)
public Boolean isEnableTls()
public void setEnableTls(Boolean enableTls)
public BackendForUpdateServiceOutput protocol(String protocol)
public String getProtocol()
public void setProtocol(String protocol)
public BackendForUpdateServiceOutput timeoutSeconds(Integer timeoutSeconds)
public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer timeoutSeconds)
Copyright © 2026. All rights reserved.