Class FinishResult

  • All Implemented Interfaces:
    io.aether.utils.ToString

    public class FinishResult
    extends java.lang.Object
    implements io.aether.utils.ToString
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.UUID alias  
      protected io.aether.api.common.Cloud cloud  
      static io.aether.net.fastMeta.FastMetaType<FinishResult> META  
      static io.aether.net.fastMeta.FastMetaType<FinishResult> META_BODY  
      protected java.util.UUID uid  
    • Constructor Summary

      Constructors 
      Constructor Description
      FinishResult​(java.util.UUID alias, java.util.UUID uid, io.aether.api.common.Cloud cloud)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.util.UUID getAlias()  
      io.aether.api.common.Cloud getCloud()  
      java.util.UUID getUid()  
      int hashCode()  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.aether.utils.ToString

        toString2
    • Field Detail

      • META_BODY

        public static final io.aether.net.fastMeta.FastMetaType<FinishResult> META_BODY
      • META

        public static final io.aether.net.fastMeta.FastMetaType<FinishResult> META
      • alias

        protected final java.util.UUID alias
      • uid

        protected final java.util.UUID uid
      • cloud

        protected final io.aether.api.common.Cloud cloud
    • Constructor Detail

      • FinishResult

        public FinishResult​(java.util.UUID alias,
                            java.util.UUID uid,
                            io.aether.api.common.Cloud cloud)
    • Method Detail

      • getAlias

        public java.util.UUID getAlias()
      • getUid

        public java.util.UUID getUid()
      • getCloud

        public io.aether.api.common.Cloud getCloud()
      • 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 void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString