Class RegionSummary


  • public final class RegionSummary
    extends java.lang.Object
    • Method Detail

      • getRegionId

        public java.util.UUID getRegionId()
      • getRegionNameId

        public java.lang.String getRegionNameId()
        Returns:
        A human readable short identifier used to references resources. Different than a rivet.common#Uuid because this is intended to be human readable. Different than rivet.common#DisplayName because this should not include special characters and be short.
      • getProvider

        public java.lang.String getProvider()
        Returns:
        The server provider of this region.
      • getUniversalRegion

        public double getUniversalRegion()
        Returns:
        A universal number given to this region.
      • getProviderDisplayName

        public java.lang.String getProviderDisplayName()
        Returns:
        Represent a resource's readable display name.
      • getRegionDisplayName

        public java.lang.String getRegionDisplayName()
        Returns:
        Represent a resource's readable display name.
      • equals

        public boolean equals​(java.lang.Object other)
        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