public class SaveModuleSwitchRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SaveModuleSwitchRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SaveModuleSwitchRequest |
build(Map<String,?> map) |
String |
getRobotCode() |
Integer |
getStatus() |
String |
getSwitchType() |
SaveModuleSwitchRequest |
setRobotCode(String robotCode) |
SaveModuleSwitchRequest |
setStatus(Integer status) |
SaveModuleSwitchRequest |
setSwitchType(String switchType) |
@NameInMap(value="RobotCode") public String robotCode
@NameInMap(value="Status") public Integer status
@NameInMap(value="SwitchType") public String switchType
public static SaveModuleSwitchRequest build(Map<String,?> map) throws Exception
Exceptionpublic SaveModuleSwitchRequest setRobotCode(String robotCode)
public String getRobotCode()
public SaveModuleSwitchRequest setStatus(Integer status)
public Integer getStatus()
public SaveModuleSwitchRequest setSwitchType(String switchType)
public String getSwitchType()
Copyright © 2022. All rights reserved.