Class ChangeApiUsableStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ChangeApiUsableStatusRequest
-
public class ChangeApiUsableStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChangeApiUsableStatusRequest()ChangeApiUsableStatusRequest(ChangeApiUsableStatusRequest 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 StringgetApiId()Get API IDStringgetUsableStatus()Get 切换状态,enabled/disabledvoidsetApiId(String ApiId)Set API IDvoidsetUsableStatus(String UsableStatus)Set 切换状态,enabled/disabledvoidtoMap(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
-
ChangeApiUsableStatusRequest
public ChangeApiUsableStatusRequest()
-
ChangeApiUsableStatusRequest
public ChangeApiUsableStatusRequest(ChangeApiUsableStatusRequest 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
-
getApiId
public String getApiId()
Get API ID- Returns:
- ApiId API ID
-
setApiId
public void setApiId(String ApiId)
Set API ID- Parameters:
ApiId- API ID
-
getUsableStatus
public String getUsableStatus()
Get 切换状态,enabled/disabled- Returns:
- UsableStatus 切换状态,enabled/disabled
-
setUsableStatus
public void setUsableStatus(String UsableStatus)
Set 切换状态,enabled/disabled- Parameters:
UsableStatus- 切换状态,enabled/disabled
-
-