@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-05-29T10:07:43.604473306Z[Etc/UTC]") public class ResponseWrapperPhishingSite extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
code |
private String |
message |
private ResponseWrapperPhishingSiteResult |
result |
| 构造器和说明 |
|---|
ResponseWrapperPhishingSite() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseWrapperPhishingSite |
code(Integer code) |
boolean |
equals(Object o) |
Integer |
getCode()
Code 1:Success
|
String |
getMessage()
Response message
|
ResponseWrapperPhishingSiteResult |
getResult()
Get result
|
int |
hashCode() |
ResponseWrapperPhishingSite |
message(String message) |
ResponseWrapperPhishingSite |
result(ResponseWrapperPhishingSiteResult result) |
void |
setCode(Integer code) |
void |
setMessage(String message) |
void |
setResult(ResponseWrapperPhishingSiteResult result) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
@SerializedName(value="code") private Integer code
@SerializedName(value="message") private String message
@SerializedName(value="result") private ResponseWrapperPhishingSiteResult result
public ResponseWrapperPhishingSite code(Integer code)
public Integer getCode()
public void setCode(Integer code)
public ResponseWrapperPhishingSite message(String message)
public String getMessage()
public void setMessage(String message)
public ResponseWrapperPhishingSite result(ResponseWrapperPhishingSiteResult result)
public ResponseWrapperPhishingSiteResult getResult()
public void setResult(ResponseWrapperPhishingSiteResult result)
Copyright © 2023. All rights reserved.