public static class CreateRobotRequest.CreateRobotRequestRobotDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
channel |
Long |
expireDate |
String |
robotType |
String |
sellerId |
String |
sellerNick |
Long |
signDate |
| 构造器和说明 |
|---|
CreateRobotRequestRobotDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateRobotRequest.CreateRobotRequestRobotDTO |
build(Map<String,?> map) |
String |
getChannel() |
Long |
getExpireDate() |
String |
getRobotType() |
String |
getSellerId() |
String |
getSellerNick() |
Long |
getSignDate() |
CreateRobotRequest.CreateRobotRequestRobotDTO |
setChannel(String channel) |
CreateRobotRequest.CreateRobotRequestRobotDTO |
setExpireDate(Long expireDate) |
CreateRobotRequest.CreateRobotRequestRobotDTO |
setRobotType(String robotType) |
CreateRobotRequest.CreateRobotRequestRobotDTO |
setSellerId(String sellerId) |
CreateRobotRequest.CreateRobotRequestRobotDTO |
setSellerNick(String sellerNick) |
CreateRobotRequest.CreateRobotRequestRobotDTO |
setSignDate(Long signDate) |
@NameInMap(value="RobotType") public String robotType
@NameInMap(value="Channel") public String channel
@NameInMap(value="SellerId") public String sellerId
@NameInMap(value="SellerNick") public String sellerNick
@NameInMap(value="SignDate") public Long signDate
@NameInMap(value="ExpireDate") public Long expireDate
public static CreateRobotRequest.CreateRobotRequestRobotDTO build(Map<String,?> map) throws Exception
Exceptionpublic CreateRobotRequest.CreateRobotRequestRobotDTO setRobotType(String robotType)
public String getRobotType()
public CreateRobotRequest.CreateRobotRequestRobotDTO setChannel(String channel)
public String getChannel()
public CreateRobotRequest.CreateRobotRequestRobotDTO setSellerId(String sellerId)
public String getSellerId()
public CreateRobotRequest.CreateRobotRequestRobotDTO setSellerNick(String sellerNick)
public String getSellerNick()
public CreateRobotRequest.CreateRobotRequestRobotDTO setSignDate(Long signDate)
public Long getSignDate()
public CreateRobotRequest.CreateRobotRequestRobotDTO setExpireDate(Long expireDate)
public Long getExpireDate()
Copyright © 2021. All rights reserved.