Class AutoValue_TmpfsOptions


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

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer mode  
      private java.lang.Long sizeBytes  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AutoValue_TmpfsOptions​(java.lang.Long sizeBytes, java.lang.Integer mode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.Integer mode()
      The mode and permission bits.
      java.lang.Long sizeBytes()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • sizeBytes

        private final java.lang.Long sizeBytes
      • mode

        private final java.lang.Integer mode
    • Constructor Detail

      • AutoValue_TmpfsOptions

        private AutoValue_TmpfsOptions​(@Nullable
                                       java.lang.Long sizeBytes,
                                       @Nullable
                                       java.lang.Integer mode)
    • Method Detail

      • sizeBytes

        @Nullable
        public java.lang.Long sizeBytes()
        Specified by:
        sizeBytes in class TmpfsOptions
      • mode

        @Nullable
        public java.lang.Integer mode()
        Description copied from class: TmpfsOptions
        The mode and permission bits.
        Specified by:
        mode in class TmpfsOptions
      • 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