Class ControllerStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ControllerStatus
-
public class ControllerStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ControllerStatus()ControllerStatus(ControllerStatus 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 BooleangetEnabled()Get 控制器是否开启StringgetName()Get 控制器的名字voidsetEnabled(Boolean Enabled)Set 控制器是否开启voidsetName(String Name)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
-
ControllerStatus
public ControllerStatus()
-
ControllerStatus
public ControllerStatus(ControllerStatus 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
-
getName
public String getName()
Get 控制器的名字- Returns:
- Name 控制器的名字
-
setName
public void setName(String Name)
Set 控制器的名字- Parameters:
Name- 控制器的名字
-
getEnabled
public Boolean getEnabled()
Get 控制器是否开启- Returns:
- Enabled 控制器是否开启
-
setEnabled
public void setEnabled(Boolean Enabled)
Set 控制器是否开启- Parameters:
Enabled- 控制器是否开启
-
-