Class GeoRegionGroup

java.lang.Object
org.jclouds.dynect.v3.domain.GeoRegionGroup

public class GeoRegionGroup extends Object
  • Method Details

    • getServiceName

      public com.google.common.base.Optional<String> getServiceName()
      Name of the Geo Service. Absent, if a member of GeoService
    • getName

      public String getName()
      Name of the Region Group
    • getCountries

      public List<String> getCountries()
      A list of ISO-3166 two letter codes to represent the names of countries and their subdivisions or one of the predefined groups.
    • getRecordSets

      public List<RecordSet> getRecordSets()
      record sets assigned to this region group.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      permits equals comparisons with subtypes
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static GeoRegionGroup.Builder builder()
    • toBuilder

      public GeoRegionGroup.Builder toBuilder()