Package kubevirt.io

Class V1RootPaths


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1RootPaths
    extends java.lang.Object
    RootPaths lists the paths available at root. For example: \"/healthz\", \"/apis\".
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.String> paths  
    • Constructor Summary

      Constructors 
      Constructor Description
      V1RootPaths()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V1RootPaths addPathsItem​(java.lang.String pathsItem)  
      boolean equals​(java.lang.Object o)  
      java.util.List<java.lang.String> getPaths()
      paths are the paths available at root.
      int hashCode()  
      V1RootPaths paths​(java.util.List<java.lang.String> paths)  
      void setPaths​(java.util.List<java.lang.String> paths)  
      private java.lang.String toIndentedString​(java.lang.Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • paths

        private java.util.List<java.lang.String> paths
    • Constructor Detail

      • V1RootPaths

        public V1RootPaths()
    • Method Detail

      • paths

        public V1RootPaths paths​(java.util.List<java.lang.String> paths)
      • addPathsItem

        public V1RootPaths addPathsItem​(java.lang.String pathsItem)
      • getPaths

        public java.util.List<java.lang.String> getPaths()
        paths are the paths available at root.
        Returns:
        paths
      • setPaths

        public void setPaths​(java.util.List<java.lang.String> paths)
      • 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
      • toIndentedString

        private java.lang.String toIndentedString​(java.lang.Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).