Class WorkerRegionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bizlive.v20190313.models.WorkerRegionInfo
-
public class WorkerRegionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WorkerRegionInfo()
WorkerRegionInfo(WorkerRegionInfo 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 Long
getIdle()
Get 该区域空闲机器数量String
getRegion()
Get 区域void
setIdle(Long Idle)
Set 该区域空闲机器数量void
setRegion(String Region)
Set 区域void
toMap(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
-
WorkerRegionInfo
public WorkerRegionInfo()
-
WorkerRegionInfo
public WorkerRegionInfo(WorkerRegionInfo 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
-
getIdle
public Long getIdle()
Get 该区域空闲机器数量- Returns:
- Idle 该区域空闲机器数量
-
setIdle
public void setIdle(Long Idle)
Set 该区域空闲机器数量- Parameters:
Idle
- 该区域空闲机器数量
-
getRegion
public String getRegion()
Get 区域- Returns:
- Region 区域
-
setRegion
public void setRegion(String Region)
Set 区域- Parameters:
Region
- 区域
-
-