public class EcomItemExtendDetailDTO extends AlipayObject
| 构造器和说明 |
|---|
EcomItemExtendDetailDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCardType() |
Long |
getCardUseAmount() |
Long |
getCardUseCount() |
Long |
getCardUsePeriod() |
String |
getExtInfo() |
String |
getGameAccount() |
String |
getGameAccountClient() |
String |
getGameAccountClientId() |
String |
getGameId() |
String |
getGameName() |
Boolean |
getLockableDevice() |
void |
setCardType(String cardType) |
void |
setCardUseAmount(Long cardUseAmount) |
void |
setCardUseCount(Long cardUseCount) |
void |
setCardUsePeriod(Long cardUsePeriod) |
void |
setExtInfo(String extInfo) |
void |
setGameAccount(String gameAccount) |
void |
setGameAccountClient(String gameAccountClient) |
void |
setGameAccountClientId(String gameAccountClientId) |
void |
setGameId(String gameId) |
void |
setGameName(String gameName) |
void |
setLockableDevice(Boolean lockableDevice) |
public String getCardType()
public void setCardType(String cardType)
public Long getCardUseAmount()
public void setCardUseAmount(Long cardUseAmount)
public Long getCardUseCount()
public void setCardUseCount(Long cardUseCount)
public Long getCardUsePeriod()
public void setCardUsePeriod(Long cardUsePeriod)
public String getExtInfo()
public void setExtInfo(String extInfo)
public String getGameAccount()
public void setGameAccount(String gameAccount)
public String getGameAccountClient()
public void setGameAccountClient(String gameAccountClient)
public String getGameAccountClientId()
public void setGameAccountClientId(String gameAccountClientId)
public String getGameId()
public void setGameId(String gameId)
public String getGameName()
public void setGameName(String gameName)
public Boolean getLockableDevice()
public void setLockableDevice(Boolean lockableDevice)
Copyright © 2023. All rights reserved.