Class BrowsePath


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class BrowsePath
    extends java.lang.Object
    BrowsePath
    • Constructor Summary

      Constructors 
      Constructor Description
      BrowsePath()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BrowsePath addPathItem​(java.lang.String pathItem)  
      boolean equals​(java.lang.Object o)  
      @NotNull java.util.List<java.lang.String> getPath()
      An array of strings comprising the path
      int hashCode()  
      BrowsePath path​(java.util.List<java.lang.String> path)  
      void setPath​(java.util.List<java.lang.String> path)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BrowsePath

        public BrowsePath()
    • Method Detail

      • path

        public BrowsePath path​(java.util.List<java.lang.String> path)
      • addPathItem

        public BrowsePath addPathItem​(java.lang.String pathItem)
      • getPath

        @NotNull
        public @NotNull java.util.List<java.lang.String> getPath()
        An array of strings comprising the path
        Returns:
        path
      • setPath

        public void setPath​(java.util.List<java.lang.String> path)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object