Uses of Class
io.gopluslabs.client.model.ResponseWrapperTokenSecurityDex
-
Packages that use ResponseWrapperTokenSecurityDex Package Description io.gopluslabs.client.model -
-
Uses of ResponseWrapperTokenSecurityDex in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model with type parameters of type ResponseWrapperTokenSecurityDex Modifier and Type Field Description private List<ResponseWrapperTokenSecurityDex>ResponseWrapperTokenSecurityResult. dexMethods in io.gopluslabs.client.model that return ResponseWrapperTokenSecurityDex Modifier and Type Method Description ResponseWrapperTokenSecurityDexResponseWrapperTokenSecurityDex. liquidity(String liquidity)ResponseWrapperTokenSecurityDexResponseWrapperTokenSecurityDex. name(String name)ResponseWrapperTokenSecurityDexResponseWrapperTokenSecurityDex. pair(String pair)Methods in io.gopluslabs.client.model that return types with arguments of type ResponseWrapperTokenSecurityDex Modifier and Type Method Description List<ResponseWrapperTokenSecurityDex>ResponseWrapperTokenSecurityResult. getDex()It describes Dex information of where the token that can be traded.Methods in io.gopluslabs.client.model with parameters of type ResponseWrapperTokenSecurityDex Modifier and Type Method Description ResponseWrapperTokenSecurityResultResponseWrapperTokenSecurityResult. addDexItem(ResponseWrapperTokenSecurityDex dexItem)Method parameters in io.gopluslabs.client.model with type arguments of type ResponseWrapperTokenSecurityDex Modifier and Type Method Description ResponseWrapperTokenSecurityResultResponseWrapperTokenSecurityResult. dex(List<ResponseWrapperTokenSecurityDex> dex)voidResponseWrapperTokenSecurityResult. setDex(List<ResponseWrapperTokenSecurityDex> dex)
-