public class EntityStatus extends AlipayObject
| 构造器和说明 |
|---|
EntityStatus() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAndroidCanBorrow() |
String |
getAndroidCanBorrowCnt() |
Boolean |
getCanBorrow() |
String |
getCanBorrowCnt() |
Boolean |
getCanRestore() |
String |
getCanRestoreCnt() |
Boolean |
getIosCanBorrow() |
String |
getIosCanBorrowCnt() |
Boolean |
getIsOpening() |
Boolean |
getTypecCanBorrow() |
String |
getTypecCanBorrowCnt() |
void |
setAndroidCanBorrow(Boolean androidCanBorrow) |
void |
setAndroidCanBorrowCnt(String androidCanBorrowCnt) |
void |
setCanBorrow(Boolean canBorrow) |
void |
setCanBorrowCnt(String canBorrowCnt) |
void |
setCanRestore(Boolean canRestore) |
void |
setCanRestoreCnt(String canRestoreCnt) |
void |
setIosCanBorrow(Boolean iosCanBorrow) |
void |
setIosCanBorrowCnt(String iosCanBorrowCnt) |
void |
setIsOpening(Boolean isOpening) |
void |
setTypecCanBorrow(Boolean typecCanBorrow) |
void |
setTypecCanBorrowCnt(String typecCanBorrowCnt) |
public Boolean getAndroidCanBorrow()
public void setAndroidCanBorrow(Boolean androidCanBorrow)
public String getAndroidCanBorrowCnt()
public void setAndroidCanBorrowCnt(String androidCanBorrowCnt)
public Boolean getCanBorrow()
public void setCanBorrow(Boolean canBorrow)
public String getCanBorrowCnt()
public void setCanBorrowCnt(String canBorrowCnt)
public Boolean getCanRestore()
public void setCanRestore(Boolean canRestore)
public String getCanRestoreCnt()
public void setCanRestoreCnt(String canRestoreCnt)
public Boolean getIosCanBorrow()
public void setIosCanBorrow(Boolean iosCanBorrow)
public String getIosCanBorrowCnt()
public void setIosCanBorrowCnt(String iosCanBorrowCnt)
public Boolean getIsOpening()
public void setIsOpening(Boolean isOpening)
public Boolean getTypecCanBorrow()
public void setTypecCanBorrow(Boolean typecCanBorrow)
public String getTypecCanBorrowCnt()
public void setTypecCanBorrowCnt(String typecCanBorrowCnt)
Copyright © 2023. All rights reserved.