Class AutoValue_RootFs


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_RootFs
    extends RootFs
    • Field Summary

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

      Constructors 
      Constructor Description
      AutoValue_RootFs​(java.lang.String type, java.util.List<java.lang.String> layers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.util.List<java.lang.String> layers()  
      java.lang.String toString()  
      java.lang.String type()  
      • Methods inherited from class com.spotify.docker.client.messages.RootFs

        create
      • Methods inherited from class java.lang.Object

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

      • type

        private final java.lang.String type
      • layers

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

      • AutoValue_RootFs

        AutoValue_RootFs​(java.lang.String type,
                         java.util.List<java.lang.String> layers)
    • Method Detail

      • type

        public java.lang.String type()
        Specified by:
        type in class RootFs
      • layers

        public java.util.List<java.lang.String> layers()
        Specified by:
        layers in class RootFs
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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