Class PathList


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

      • PathList

        public PathList()
    • Method Detail

      • setPaths

        public void setPaths​(List<String> paths)
      • 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 PathList
      • fromJson

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

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