Class PostRequestBodyDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.PostRequestBodyDTO
-
public class PostRequestBodyDTO extends Object
PostRequestBodyDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CATEGORYstatic StringSERIALIZED_NAME_CONTENT
-
Constructor Summary
Constructors Constructor Description PostRequestBodyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostRequestBodyDTOcategory(String category)PostRequestBodyDTOcontent(String content)booleanequals(Object o)StringgetCategory()Category of the commentStringgetContent()Content of the commentinthashCode()voidsetCategory(String category)voidsetContent(String content)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CONTENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_CATEGORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
content
public PostRequestBodyDTO content(String content)
-
getContent
public String getContent()
Content of the comment- Returns:
- content
-
setContent
public void setContent(String content)
-
category
public PostRequestBodyDTO category(String category)
-
setCategory
public void setCategory(String category)
-
-