Class Region

  • All Implemented Interfaces:
    Comparable<Region>

    public class Region
    extends Object
    implements Comparable<Region>
    A region is made up of a keyname and a description of that region. A region keyname can be used as part of an order. Check the SoftLayer_Product_Order service for more details.
    See Also:
    • Method Detail

      • getKeyname

        public String getKeyname()
        Returns:
        A unique key name for a region. Provided for easy debugging. This is to be sent in with an order.
      • getDescription

        @Nullable
        public String getDescription()
        Returns:
        A short description of a region's name. This description is seen on the order forms.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object