Class ModifyCustomizationStateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.ModifyCustomizationStateRequest
-
public class ModifyCustomizationStateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCustomizationStateRequest()
ModifyCustomizationStateRequest(ModifyCustomizationStateRequest 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
getBizId()
Get 应用 ID,登录控制台创建应用得到的AppIDString
getModelId()
Get 模型IDLong
getToState()
Get 想要变换的模型状态,-1代表下线,1代表上线void
setBizId(Long BizId)
Set 应用 ID,登录控制台创建应用得到的AppIDvoid
setModelId(String ModelId)
Set 模型IDvoid
setToState(Long ToState)
Set 想要变换的模型状态,-1代表下线,1代表上线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
-
ModifyCustomizationStateRequest
public ModifyCustomizationStateRequest()
-
ModifyCustomizationStateRequest
public ModifyCustomizationStateRequest(ModifyCustomizationStateRequest 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
-
getModelId
public String getModelId()
Get 模型ID- Returns:
- ModelId 模型ID
-
setModelId
public void setModelId(String ModelId)
Set 模型ID- Parameters:
ModelId
- 模型ID
-
getToState
public Long getToState()
Get 想要变换的模型状态,-1代表下线,1代表上线- Returns:
- ToState 想要变换的模型状态,-1代表下线,1代表上线
-
setToState
public void setToState(Long ToState)
Set 想要变换的模型状态,-1代表下线,1代表上线- Parameters:
ToState
- 想要变换的模型状态,-1代表下线,1代表上线
-
getBizId
public Long getBizId()
Get 应用 ID,登录控制台创建应用得到的AppID- Returns:
- BizId 应用 ID,登录控制台创建应用得到的AppID
-
setBizId
public void setBizId(Long BizId)
Set 应用 ID,登录控制台创建应用得到的AppID- Parameters:
BizId
- 应用 ID,登录控制台创建应用得到的AppID
-
-