public class PostRequestBodyDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATEGORY |
static String |
SERIALIZED_NAME_CONTENT |
| Constructor and Description |
|---|
PostRequestBodyDTO() |
| Modifier and Type | Method and Description |
|---|---|
PostRequestBodyDTO |
category(String category) |
PostRequestBodyDTO |
content(String content) |
boolean |
equals(Object o) |
String |
getCategory()
Category of the comment
|
String |
getContent()
Content of the comment
|
int |
hashCode() |
void |
setCategory(String category) |
void |
setContent(String content) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CATEGORY
public PostRequestBodyDTO content(String content)
public String getContent()
public void setContent(String content)
public PostRequestBodyDTO category(String category)
public void setCategory(String category)
Copyright © 2021 WSO2 Inc. All rights reserved.