Class UUIDAndCloud

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

    public class UUIDAndCloud
    extends java.lang.Object
    implements io.aether.utils.ToString
    • Constructor Summary

      Constructors 
      Constructor Description
      UUIDAndCloud​(java.util.UUID uid, Cloud cloud)  
    • Method Summary

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

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

        toString2
    • Field Detail

      • META_BODY

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

        public static final io.aether.net.fastMeta.FastMetaType<UUIDAndCloud> META
      • uid

        protected final java.util.UUID uid
      • cloud

        protected final Cloud cloud
    • Constructor Detail

      • UUIDAndCloud

        public UUIDAndCloud​(java.util.UUID uid,
                            Cloud cloud)
    • Method Detail

      • getUid

        public java.util.UUID getUid()
      • getCloud

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

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString