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