public interface com.microsoft.azure.management.trafficmanager.GeographicLocation extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.trafficmanager.Region>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.trafficmanager.GeographicLocation
  super_class: java.lang.Object
{
  public abstract java.lang.String code();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<com.microsoft.azure.management.trafficmanager.GeographicLocation> childLocations();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/trafficmanager/GeographicLocation;>;

  public abstract java.util.List<com.microsoft.azure.management.trafficmanager.GeographicLocation> descendantLocations();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/trafficmanager/GeographicLocation;>;
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasName;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/trafficmanager/Region;>;
SourceFile: "GeographicLocation.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()