Class TeamResponse


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

      • TeamResponse

        public TeamResponse()
    • Method Detail

      • getTeamId

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

        public void setTeamId​(String teamId)
      • getTeamName

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

        public void setTeamName​(String teamName)
      • getCreatedDate

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

        public void setCreatedDate​(Long createdDate)
      • 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 TeamResponse
      • fromJson

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

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