Package io.gopluslabs.client.model
Class ResponseWrapperTokenSecurityLockedDetail
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperTokenSecurityLockedDetail
-
public class ResponseWrapperTokenSecurityLockedDetail extends Object
ResponseWrapperTokenSecurityLockedDetail
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperTokenSecurityLockedDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseWrapperTokenSecurityLockedDetailamount(String amount)ResponseWrapperTokenSecurityLockedDetailendTime(String endTime)booleanequals(Object o)StringgetAmount()\"amount\" describes the number of token lockedStringgetEndTime()\"end_time\" describes when the token will be unlockedStringgetOptTime()\"opt_time\" describes when the token was lockedinthashCode()ResponseWrapperTokenSecurityLockedDetailoptTime(String optTime)voidsetAmount(String amount)voidsetEndTime(String endTime)voidsetOptTime(String optTime)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()
-
-
-
Method Detail
-
amount
public ResponseWrapperTokenSecurityLockedDetail amount(String amount)
-
getAmount
public String getAmount()
\"amount\" describes the number of token locked- Returns:
- amount
-
setAmount
public void setAmount(String amount)
-
optTime
public ResponseWrapperTokenSecurityLockedDetail optTime(String optTime)
-
getOptTime
public String getOptTime()
\"opt_time\" describes when the token was locked- Returns:
- optTime
-
setOptTime
public void setOptTime(String optTime)
-
endTime
public ResponseWrapperTokenSecurityLockedDetail endTime(String endTime)
-
getEndTime
public String getEndTime()
\"end_time\" describes when the token will be unlocked- Returns:
- endTime
-
setEndTime
public void setEndTime(String endTime)
-
-