Package io.gopluslabs.client.model
Class TaTokenSecurityResponse
- java.lang.Object
-
- io.gopluslabs.client.model.TaTokenSecurityResponse
-
public class TaTokenSecurityResponse extends Object
TaTokenSecurityResponse
-
-
Constructor Summary
Constructors Constructor Description TaTokenSecurityResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaTokenSecurityResponsedata(Map<String,Map<String,Object>> data)booleanequals(Object o)Map<String,Map<String,Object>>getData()Get datainthashCode()TaTokenSecurityResponseputDataItem(String key, Map<String,Object> dataItem)voidsetData(Map<String,Map<String,Object>> data)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()
-
-
-
Method Detail
-
putDataItem
public TaTokenSecurityResponse putDataItem(String key, Map<String,Object> dataItem)
-
-