public class com.microsoft.azure.management.resources.LocationMetadata
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.LocationMetadata
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.resources.RegionType regionType;
    descriptor: Lcom/microsoft/azure/management/resources/RegionType;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "regionType", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.resources.RegionCategory regionCategory;
    descriptor: Lcom/microsoft/azure/management/resources/RegionCategory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "regionCategory", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String geographyGroup;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "geographyGroup", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String longitude;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "longitude", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String latitude;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "latitude", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String physicalLocation;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "physicalLocation", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.resources.PairedRegion> pairedRegion;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/resources/PairedRegion;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "pairedRegion")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;

  public com.microsoft.azure.management.resources.RegionType regionType();
    descriptor: ()Lcom/microsoft/azure/management/resources/RegionType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 67
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.LocationMetadata.regionType:Lcom/microsoft/azure/management/resources/RegionType;
            areturn
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;

  public com.microsoft.azure.management.resources.RegionCategory regionCategory();
    descriptor: ()Lcom/microsoft/azure/management/resources/RegionCategory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 76
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.LocationMetadata.regionCategory:Lcom/microsoft/azure/management/resources/RegionCategory;
            areturn
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;

  public java.lang.String geographyGroup();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.LocationMetadata.geographyGroup:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;

  public java.lang.String longitude();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 94
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.LocationMetadata.longitude:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;

  public java.lang.String latitude();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 103
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.LocationMetadata.latitude:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;

  public java.lang.String physicalLocation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 112
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.LocationMetadata.physicalLocation:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;

  public java.util.List<com.microsoft.azure.management.resources.PairedRegion> pairedRegion();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
         0: .line 121
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.LocationMetadata.pairedRegion:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/LocationMetadata;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/PairedRegion;>;

  public com.microsoft.azure.management.resources.LocationMetadata withPairedRegion(java.util.List<com.microsoft.azure.management.resources.PairedRegion>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/resources/LocationMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.LocationMetadata this
        start local 1 // java.util.List pairedRegion
         0: .line 131
            aload 0 /* this */
            aload 1 /* pairedRegion */
            putfield com.microsoft.azure.management.resources.LocationMetadata.pairedRegion:Ljava/util/List;
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // java.util.List pairedRegion
        end local 0 // com.microsoft.azure.management.resources.LocationMetadata this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/LocationMetadata;
            0    2     1  pairedRegion  Ljava/util/List<Lcom/microsoft/azure/management/resources/PairedRegion;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/resources/PairedRegion;>;)Lcom/microsoft/azure/management/resources/LocationMetadata;
    MethodParameters:
              Name  Flags
      pairedRegion  
}
SourceFile: "LocationMetadata.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty