public class ModifyCustomizationStateRequest extends AbstractModel
Constructor and Description |
---|
ModifyCustomizationStateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getModelId()
Get 自学习模型ID
|
Long |
getToState()
Get 想要变换的模型状态,-1代表下线,1代表上线
|
void |
setModelId(String ModelId)
Set 自学习模型ID
|
void |
setToState(Long ToState)
Set 想要变换的模型状态,-1代表下线,1代表上线
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getModelId()
public void setModelId(String ModelId)
ModelId
- 自学习模型IDpublic Long getToState()
public void setToState(Long ToState)
ToState
- 想要变换的模型状态,-1代表下线,1代表上线Copyright © 2021. All rights reserved.