Package io.gopluslabs.client.model
Class ResponseWrapperPhishingSite
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperPhishingSite
-
public class ResponseWrapperPhishingSite extends Object
ResponseWrapperPhishingSite
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperPhishingSite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseWrapperPhishingSitecode(Integer code)booleanequals(Object o)IntegergetCode()Code 1:SuccessStringgetMessage()Response messageResponseWrapperPhishingSiteResultgetResult()Get resultinthashCode()ResponseWrapperPhishingSitemessage(String message)ResponseWrapperPhishingSiteresult(ResponseWrapperPhishingSiteResult result)voidsetCode(Integer code)voidsetMessage(String message)voidsetResult(ResponseWrapperPhishingSiteResult 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 ResponseWrapperPhishingSiteResult result
-
-
Method Detail
-
code
public ResponseWrapperPhishingSite code(Integer code)
-
getCode
public Integer getCode()
Code 1:Success- Returns:
- code
-
setCode
public void setCode(Integer code)
-
message
public ResponseWrapperPhishingSite message(String message)
-
getMessage
public String getMessage()
Response message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
result
public ResponseWrapperPhishingSite result(ResponseWrapperPhishingSiteResult result)
-
getResult
public ResponseWrapperPhishingSiteResult getResult()
Get result- Returns:
- result
-
setResult
public void setResult(ResponseWrapperPhishingSiteResult result)
-
-