Uses of Class
io.gopluslabs.client.model.ResponseWrapperTokenSecurityLockedDetail
-
Packages that use ResponseWrapperTokenSecurityLockedDetail Package Description io.gopluslabs.client.model -
-
Uses of ResponseWrapperTokenSecurityLockedDetail in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model with type parameters of type ResponseWrapperTokenSecurityLockedDetail Modifier and Type Field Description private List<ResponseWrapperTokenSecurityLockedDetail>ResponseWrapperTokenSecurityHolders. lockedDetailprivate List<ResponseWrapperTokenSecurityLockedDetail>ResponseWrapperTokenSecurityLpHolders. lockedDetailMethods in io.gopluslabs.client.model that return ResponseWrapperTokenSecurityLockedDetail Modifier and Type Method Description ResponseWrapperTokenSecurityLockedDetailResponseWrapperTokenSecurityLockedDetail. amount(String amount)ResponseWrapperTokenSecurityLockedDetailResponseWrapperTokenSecurityLockedDetail. endTime(String endTime)ResponseWrapperTokenSecurityLockedDetailResponseWrapperTokenSecurityLockedDetail. optTime(String optTime)Methods in io.gopluslabs.client.model that return types with arguments of type ResponseWrapperTokenSecurityLockedDetail Modifier and Type Method Description List<ResponseWrapperTokenSecurityLockedDetail>ResponseWrapperTokenSecurityHolders. getLockedDetail()It is an array, decribes lock position info of this holder, only shows when \"locked\": 1.List<ResponseWrapperTokenSecurityLockedDetail>ResponseWrapperTokenSecurityLpHolders. getLockedDetail()It is an array, decribes lock position info of this holder, only shows when \"locked\": 1.Methods in io.gopluslabs.client.model with parameters of type ResponseWrapperTokenSecurityLockedDetail Modifier and Type Method Description ResponseWrapperTokenSecurityHoldersResponseWrapperTokenSecurityHolders. addLockedDetailItem(ResponseWrapperTokenSecurityLockedDetail lockedDetailItem)ResponseWrapperTokenSecurityLpHoldersResponseWrapperTokenSecurityLpHolders. addLockedDetailItem(ResponseWrapperTokenSecurityLockedDetail lockedDetailItem)Method parameters in io.gopluslabs.client.model with type arguments of type ResponseWrapperTokenSecurityLockedDetail Modifier and Type Method Description ResponseWrapperTokenSecurityHoldersResponseWrapperTokenSecurityHolders. lockedDetail(List<ResponseWrapperTokenSecurityLockedDetail> lockedDetail)ResponseWrapperTokenSecurityLpHoldersResponseWrapperTokenSecurityLpHolders. lockedDetail(List<ResponseWrapperTokenSecurityLockedDetail> lockedDetail)voidResponseWrapperTokenSecurityHolders. setLockedDetail(List<ResponseWrapperTokenSecurityLockedDetail> lockedDetail)voidResponseWrapperTokenSecurityLpHolders. setLockedDetail(List<ResponseWrapperTokenSecurityLockedDetail> lockedDetail)
-