public class DeleteRobotRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeleteRobotRequest.DeleteRobotRequestOperator |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
memo |
DeleteRobotRequest.DeleteRobotRequestOperator |
operator |
String |
robotCode |
| 构造器和说明 |
|---|
DeleteRobotRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteRobotRequest |
build(Map<String,?> map) |
String |
getMemo() |
DeleteRobotRequest.DeleteRobotRequestOperator |
getOperator() |
String |
getRobotCode() |
DeleteRobotRequest |
setMemo(String memo) |
DeleteRobotRequest |
setOperator(DeleteRobotRequest.DeleteRobotRequestOperator operator) |
DeleteRobotRequest |
setRobotCode(String robotCode) |
@NameInMap(value="Memo") public String memo
@NameInMap(value="Operator") public DeleteRobotRequest.DeleteRobotRequestOperator operator
@NameInMap(value="RobotCode") public String robotCode
public static DeleteRobotRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteRobotRequest setMemo(String memo)
public String getMemo()
public DeleteRobotRequest setOperator(DeleteRobotRequest.DeleteRobotRequestOperator operator)
public DeleteRobotRequest.DeleteRobotRequestOperator getOperator()
public DeleteRobotRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2022. All rights reserved.