Class FormGroup


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.8.0")
    public class FormGroup
    extends Object
    FormGroup
    • Constructor Detail

      • FormGroup

        public FormGroup()
    • Method Detail

      • addGroupNamesItem

        public FormGroup addGroupNamesItem​(String groupNamesItem)
      • getGroupNames

        @Nonnull
        public List<String> getGroupNames()
        Get groupNames
        Returns:
        groupNames
      • setGroupNames

        public void setGroupNames​(List<String> groupNames)
      • getMinimumCount

        @Nullable
        public Integer getMinimumCount()
        Get minimumCount minimum: 0 maximum: 2147483647
        Returns:
        minimumCount
      • setMinimumCount

        public void setMinimumCount​(Integer minimumCount)
      • getMaximumCount

        @Nullable
        public Integer getMaximumCount()
        Get maximumCount minimum: 0 maximum: 2147483647
        Returns:
        maximumCount
      • setMaximumCount

        public void setMaximumCount​(Integer maximumCount)
      • getDataSyncTag

        @Nullable
        public String getDataSyncTag()
        Get dataSyncTag
        Returns:
        dataSyncTag
      • setDataSyncTag

        public void setDataSyncTag​(String dataSyncTag)
      • hashCode

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

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to FormGroup
      • fromJson

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

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