Class ResponseDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.survey.ResponseDTO
All Implemented Interfaces:
Serializable

public class ResponseDTO extends Object implements Serializable
Author:
svu
See Also:
  • Constructor Details

    • ResponseDTO

      public ResponseDTO()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • fromJSON

      public static ResponseDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)
    • toJSON

      public jsinterop.base.JsPropertyMap<Object> toJSON()