public class CommentsDTO extends AbstractCollectionDTO
| Constructor and Description |
|---|
CommentsDTO()
Generated constructor - for generic creation.
|
CommentsDTO(java.util.List<CommentDTO> commentsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentDTO> |
getComments() |
void |
setComments(java.util.List<CommentDTO> commentsList) |
getUri, setUripublic CommentsDTO()
public CommentsDTO(java.util.List<CommentDTO> commentsList)
public java.util.List<CommentDTO> getComments()
public void setComments(java.util.List<CommentDTO> commentsList)
commentsList - the commentsList to setCopyright © 2018 SAP SE. All Rights Reserved.