public class ModifyUpstreamNodeStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyUpstreamNodeStatusRequest() |
ModifyUpstreamNodeStatusRequest(ModifyUpstreamNodeStatusRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getGatewayId()
Get 网关实例ID
|
String |
getHost()
Get 访问IP地址或域名
|
Long |
getPort()
Get 访问端口
|
String |
getServiceName()
Get 服务名称
|
String |
getStatus()
Get HEALTHY或UNHEALTHY
|
void |
setGatewayId(String GatewayId)
Set 网关实例ID
|
void |
setHost(String Host)
Set 访问IP地址或域名
|
void |
setPort(Long Port)
Set 访问端口
|
void |
setServiceName(String ServiceName)
Set 服务名称
|
void |
setStatus(String Status)
Set HEALTHY或UNHEALTHY
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyUpstreamNodeStatusRequest()
public ModifyUpstreamNodeStatusRequest(ModifyUpstreamNodeStatusRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关实例IDpublic String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- 服务名称public String getHost()
public void setHost(String Host)
Host
- 访问IP地址或域名public Long getPort()
public void setPort(Long Port)
Port
- 访问端口public String getStatus()
public void setStatus(String Status)
Status
- HEALTHY或UNHEALTHYCopyright © 2024. All rights reserved.