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