Package io.gopluslabs.client.model
Class ResponseWrapperTokenSecurityDex
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperTokenSecurityDex
-
public class ResponseWrapperTokenSecurityDex extends Object
ResponseWrapperTokenSecurityDex
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperTokenSecurityDex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLiquidity()Liquidity is converted to USDT denomination.StringgetName()Get nameStringgetPair()It only counts when the token has a marketing pair with mainstreaminthashCode()ResponseWrapperTokenSecurityDexliquidity(String liquidity)ResponseWrapperTokenSecurityDexname(String name)ResponseWrapperTokenSecurityDexpair(String pair)voidsetLiquidity(String liquidity)voidsetName(String name)voidsetPair(String pair)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()
-
-
-
Method Detail
-
name
public ResponseWrapperTokenSecurityDex name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
liquidity
public ResponseWrapperTokenSecurityDex liquidity(String liquidity)
-
getLiquidity
public String getLiquidity()
Liquidity is converted to USDT denomination.- Returns:
- liquidity
-
setLiquidity
public void setLiquidity(String liquidity)
-
pair
public ResponseWrapperTokenSecurityDex pair(String pair)
-
getPair
public String getPair()
It only counts when the token has a marketing pair with mainstream- Returns:
- pair
-
setPair
public void setPair(String pair)
-
-