java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.movement.comment.CommentDto

public class CommentDto extends Object
Comment DTO.
  • Field Details

    • commentId

      private int commentId
      Comment identifier.
    • comment

      private String comment
      Comment's body.
    • image

      private String image
      Image encoded as base64.
  • Constructor Details

    • CommentDto

      public CommentDto()