Package io.gopluslabs.client.model
Class ResponseWrapperGetNftInfo
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperGetNftInfo
-
public class ResponseWrapperGetNftInfo extends Object
ResponseWrapperGetNftInfo
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperGetNftInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseWrapperGetNftInfocode(Integer code)booleanequals(Object o)IntegergetCode()Code 1: SuccessStringgetMessage()Response messageResponseWrapperGetNftInfoResultgetResult()Get resultinthashCode()ResponseWrapperGetNftInfomessage(String message)ResponseWrapperGetNftInforesult(ResponseWrapperGetNftInfoResult result)voidsetCode(Integer code)voidsetMessage(String message)voidsetResult(ResponseWrapperGetNftInfoResult result)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()
-
-
-
Field Detail
-
code
@SerializedName("code") private Integer code
-
message
@SerializedName("message") private String message
-
result
@SerializedName("result") private ResponseWrapperGetNftInfoResult result
-
-
Method Detail
-
code
public ResponseWrapperGetNftInfo code(Integer code)
-
getCode
public Integer getCode()
Code 1: Success- Returns:
- code
-
setCode
public void setCode(Integer code)
-
message
public ResponseWrapperGetNftInfo message(String message)
-
getMessage
public String getMessage()
Response message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
result
public ResponseWrapperGetNftInfo result(ResponseWrapperGetNftInfoResult result)
-
getResult
public ResponseWrapperGetNftInfoResult getResult()
Get result- Returns:
- result
-
setResult
public void setResult(ResponseWrapperGetNftInfoResult result)
-
-