Class ModifyCustomizationStateRequest


  • public class ModifyCustomizationStateRequest
    extends AbstractModel
    • 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代表上线