public class PublishStatusDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
PublishStatusDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage()
detailed message of the status
|
String |
getStatus()
Status of the usage publish request
|
int |
hashCode() |
PublishStatusDTO |
message(String message) |
void |
setMessage(String message) |
void |
setStatus(String status) |
PublishStatusDTO |
status(String status) |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_MESSAGE
public PublishStatusDTO status(String status)
public void setStatus(String status)
public PublishStatusDTO message(String message)
public void setMessage(String message)
Copyright © 2021 WSO2 Inc. All rights reserved.