Class CvmAgentStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.CvmAgentStatus
-
public class CvmAgentStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CvmAgentStatus()
CvmAgentStatus(CvmAgentStatus 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
getCount()
Get 对应状态的agent总数 注意:此字段可能返回 null,表示取不到有效值。String
getStatus()
Get agent状态 注意:此字段可能返回 null,表示取不到有效值。void
setCount(Long Count)
Set 对应状态的agent总数 注意:此字段可能返回 null,表示取不到有效值。void
setStatus(String Status)
Set agent状态 注意:此字段可能返回 null,表示取不到有效值。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
-
CvmAgentStatus
public CvmAgentStatus()
-
CvmAgentStatus
public CvmAgentStatus(CvmAgentStatus 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
-
getStatus
public String getStatus()
Get agent状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status agent状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set agent状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status
- agent状态 注意:此字段可能返回 null,表示取不到有效值。
-
getCount
public Long getCount()
Get 对应状态的agent总数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Count 对应状态的agent总数 注意:此字段可能返回 null,表示取不到有效值。
-
setCount
public void setCount(Long Count)
Set 对应状态的agent总数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Count
- 对应状态的agent总数 注意:此字段可能返回 null,表示取不到有效值。
-
-