Class ReportUsersRequest


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ReportUsersRequest
    extends Object
    ReportUsersRequest
    • Constructor Detail

      • ReportUsersRequest

        public ReportUsersRequest()
    • Method Detail

      • getDescription

        @Nonnull
        public String getDescription()
        Get description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • setUserIds

        public void setUserIds​(List<String> userIds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to ReportUsersRequest
      • fromJson

        public static ReportUsersRequest fromJson​(String jsonString)
                                           throws IOException
        Create an instance of ReportUsersRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ReportUsersRequest
        Throws:
        IOException - if the JSON string is invalid with respect to ReportUsersRequest
      • toJson

        public String toJson()
        Convert an instance of ReportUsersRequest to an JSON string
        Returns:
        JSON string