Class Get2ListsIdFollowersResponseMeta


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

      • Get2ListsIdFollowersResponseMeta

        public Get2ListsIdFollowersResponseMeta()
    • Method Detail

      • getNextToken

        @Nullable
        public String getNextToken()
        The next token.
        Returns:
        nextToken
      • setNextToken

        public void setNextToken​(String nextToken)
      • getPreviousToken

        @Nullable
        public String getPreviousToken()
        The previous token.
        Returns:
        previousToken
      • setPreviousToken

        public void setPreviousToken​(String previousToken)
      • getResultCount

        @Nullable
        public Integer getResultCount()
        The number of results returned in this response.
        Returns:
        resultCount
      • setResultCount

        public void setResultCount​(Integer resultCount)
      • 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 Get2ListsIdFollowersResponseMeta
      • fromJson

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

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