Package io.gopluslabs.client.model
Class ResponseWrapperTokenSecurityLpHolders
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperTokenSecurityLpHolders
-
public class ResponseWrapperTokenSecurityLpHolders extends Object
ResponseWrapperTokenSecurityLpHolders
-
-
Field Summary
Fields Modifier and Type Field Description private Stringaddressprivate Stringbalanceprivate IntegerisContractprivate IntegerisLockedprivate List<ResponseWrapperTokenSecurityLockedDetail>lockedDetailprivate List<ResponseWrapperTokenSecurityNFTList>nfTListprivate Stringpercentprivate Stringtag
-
Constructor Summary
Constructors Constructor Description ResponseWrapperTokenSecurityLpHolders()
-
Method Summary
-
-
-
Field Detail
-
isLocked
@SerializedName("is_locked") private Integer isLocked
-
isContract
@SerializedName("is_contract") private Integer isContract
-
address
@SerializedName("address") private String address
-
balance
@SerializedName("balance") private String balance
-
nfTList
@SerializedName("NFT_list") private List<ResponseWrapperTokenSecurityNFTList> nfTList
-
lockedDetail
@SerializedName("locked_detail") private List<ResponseWrapperTokenSecurityLockedDetail> lockedDetail
-
tag
@SerializedName("tag") private String tag
-
percent
@SerializedName("percent") private String percent
-
-
Method Detail
-
isLocked
public ResponseWrapperTokenSecurityLpHolders isLocked(Integer isLocked)
-
getIsLocked
public Integer getIsLocked()
It describes whether the tokens owned by the holder are locked \"1\" means true; \"0\" means false; (3) \"tag\" describes the address's public tag. Example:Burn (Notice:About \"locked\": We only support the token lock addresses or black hole addresses that we have included. )- Returns:
- isLocked
-
setIsLocked
public void setIsLocked(Integer isLocked)
-
isContract
public ResponseWrapperTokenSecurityLpHolders isContract(Integer isContract)
-
getIsContract
public Integer getIsContract()
It describes whether the holder is a contract \"1\" means true; \"0\" means false.- Returns:
- isContract
-
setIsContract
public void setIsContract(Integer isContract)
-
address
public ResponseWrapperTokenSecurityLpHolders address(String address)
-
getAddress
public String getAddress()
It describes the holder address;- Returns:
- address
-
setAddress
public void setAddress(String address)
-
balance
public ResponseWrapperTokenSecurityLpHolders balance(String balance)
-
getBalance
public String getBalance()
It describes the balance of the holder.- Returns:
- balance
-
setBalance
public void setBalance(String balance)
-
nfTList
public ResponseWrapperTokenSecurityLpHolders nfTList(List<ResponseWrapperTokenSecurityNFTList> nfTList)
-
addNfTListItem
public ResponseWrapperTokenSecurityLpHolders addNfTListItem(ResponseWrapperTokenSecurityNFTList nfTListItem)
-
getNfTList
public List<ResponseWrapperTokenSecurityNFTList> getNfTList()
It is an array, decribes nft list- Returns:
- nfTList
-
setNfTList
public void setNfTList(List<ResponseWrapperTokenSecurityNFTList> nfTList)
-
lockedDetail
public ResponseWrapperTokenSecurityLpHolders lockedDetail(List<ResponseWrapperTokenSecurityLockedDetail> lockedDetail)
-
addLockedDetailItem
public ResponseWrapperTokenSecurityLpHolders addLockedDetailItem(ResponseWrapperTokenSecurityLockedDetail lockedDetailItem)
-
getLockedDetail
public List<ResponseWrapperTokenSecurityLockedDetail> getLockedDetail()
It is an array, decribes lock position info of this holder, only shows when \"locked\": 1. This Array may contain multiple objects for multiple locking info. (Notice:When \"locked\":0, or lock address is a black hole address, \"locked_detail\" will be no return.)- Returns:
- lockedDetail
-
setLockedDetail
public void setLockedDetail(List<ResponseWrapperTokenSecurityLockedDetail> lockedDetail)
-
tag
public ResponseWrapperTokenSecurityLpHolders tag(String tag)
-
getTag
public String getTag()
It describes the address's public tag. Example:Burn Address/Deployer;- Returns:
- tag
-
setTag
public void setTag(String tag)
-
percent
public ResponseWrapperTokenSecurityLpHolders percent(String percent)
-
getPercent
public String getPercent()
It describes the percentage of tokens held by this holder (Notice:About \"percent\": 1 means 100% here.)- Returns:
- percent
-
setPercent
public void setPercent(String percent)
-
-