Class KongTarget
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.KongTarget
-
public class KongTarget extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KongTarget()KongTarget(KongTarget 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedTime()Get 创建时间StringgetHealth()Get 健康状态StringgetHost()Get HostLonggetPort()Get 端口StringgetSource()Get Target的来源LonggetWeight()Get 权重voidsetCreatedTime(String CreatedTime)Set 创建时间voidsetHealth(String Health)Set 健康状态voidsetHost(String Host)Set HostvoidsetPort(Long Port)Set 端口voidsetSource(String Source)Set Target的来源voidsetWeight(Long Weight)Set 权重voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
KongTarget
public KongTarget()
-
KongTarget
public KongTarget(KongTarget 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.
-
-
Method Detail
-
getHost
public String getHost()
Get Host- Returns:
- Host Host
-
setHost
public void setHost(String Host)
Set Host- Parameters:
Host- Host
-
getPort
public Long getPort()
Get 端口- Returns:
- Port 端口
-
setPort
public void setPort(Long Port)
Set 端口- Parameters:
Port- 端口
-
getWeight
public Long getWeight()
Get 权重- Returns:
- Weight 权重
-
setWeight
public void setWeight(Long Weight)
Set 权重- Parameters:
Weight- 权重
-
getHealth
public String getHealth()
Get 健康状态- Returns:
- Health 健康状态
-
setHealth
public void setHealth(String Health)
Set 健康状态- Parameters:
Health- 健康状态
-
getCreatedTime
public String getCreatedTime()
Get 创建时间- Returns:
- CreatedTime 创建时间
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间- Parameters:
CreatedTime- 创建时间
-
getSource
public String getSource()
Get Target的来源- Returns:
- Source Target的来源
-
setSource
public void setSource(String Source)
Set Target的来源- Parameters:
Source- Target的来源
-
-