Package io.gopluslabs.client.model
Class ResponseWrapperListGetChainsListResult
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperListGetChainsListResult
-
public class ResponseWrapperListGetChainsListResult extends Object
ResponseWrapperListGetChainsListResult
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperListGetChainsListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()chain idStringgetName()chain nameinthashCode()ResponseWrapperListGetChainsListResultid(String id)ResponseWrapperListGetChainsListResultname(String name)voidsetId(String id)voidsetName(String name)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 ResponseWrapperListGetChainsListResult name(String name)
-
getName
public String getName()
chain name- Returns:
- name
-
setName
public void setName(String name)
-
id
public ResponseWrapperListGetChainsListResult id(String id)
-
getId
public String getId()
chain id- Returns:
- id
-
setId
public void setId(String id)
-
-