Class Teams


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

      • Teams

        public Teams()
    • Method Detail

      • teamName

        public Teams teamName​(String teamName)
      • getTeamName

        @Nullable
        public String getTeamName()
        Get teamName
        Returns:
        teamName
      • setTeamName

        public void setTeamName​(String teamName)
      • getTeamId

        @Nullable
        public String getTeamId()
        Get teamId
        Returns:
        teamId
      • setTeamId

        public void setTeamId​(String teamId)
      • createdDate

        public Teams createdDate​(Long createdDate)
      • getCreatedDate

        @Nullable
        public Long getCreatedDate()
        Get createdDate
        Returns:
        createdDate
      • setCreatedDate

        public void setCreatedDate​(Long createdDate)
      • modifiedDate

        public Teams modifiedDate​(Long modifiedDate)
      • getModifiedDate

        @Nullable
        public Long getModifiedDate()
        Get modifiedDate
        Returns:
        modifiedDate
      • setModifiedDate

        public void setModifiedDate​(Long modifiedDate)
      • 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 Teams
      • fromJson

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

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