Package apple.struct

Class au_expire_after


  • public final class au_expire_after
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long age()
      Age after which trail files should be expired
      byte op_type()
      Operator used with the above values to determine when files should be expired
      void setAge​(long value)
      Age after which trail files should be expired
      void setOp_type​(byte value)
      Operator used with the above values to determine when files should be expired
      void setSize​(long value)
      Aggregate trail size when files should be expired
      long size()
      Aggregate trail size when files should be expired
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • au_expire_after

        public au_expire_after()
      • au_expire_after

        protected au_expire_after​(org.moe.natj.general.Pointer peer)
      • au_expire_after

        public au_expire_after​(long age,
                               long size,
                               byte op_type)
    • Method Detail

      • age

        public long age()
        Age after which trail files should be expired
      • setAge

        public void setAge​(long value)
        Age after which trail files should be expired
      • size

        public long size()
        Aggregate trail size when files should be expired
      • setSize

        public void setSize​(long value)
        Aggregate trail size when files should be expired
      • op_type

        public byte op_type()
        Operator used with the above values to determine when files should be expired
      • setOp_type

        public void setOp_type​(byte value)
        Operator used with the above values to determine when files should be expired