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