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