public class com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig
  super_class: java.lang.Object
{
  private java.util.List<java.lang.String> advertisedPublicPrefixes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "advertisedPublicPrefixes")

  private java.util.List<java.lang.String> advertisedCommunities;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "advertisedCommunities")

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

  private java.lang.Integer legacyMode;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "legacyMode")

  private java.lang.Integer customerASN;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "customerASN")

  private java.lang.String routingRegistryName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "routingRegistryName")

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

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

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
        start local 1 // java.util.List advertisedPublicPrefixes
         0: .line 72
            aload 0 /* this */
            aload 1 /* advertisedPublicPrefixes */
            putfield com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig.advertisedPublicPrefixes:Ljava/util/List;
         1: .line 73
            aload 0 /* this */
            areturn
        end local 1 // java.util.List advertisedPublicPrefixes
        end local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
            0    2     1  advertisedPublicPrefixes  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    MethodParameters:
                          Name  Flags
      advertisedPublicPrefixes  

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

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig withAdvertisedCommunities(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
        start local 1 // java.util.List advertisedCommunities
         0: .line 92
            aload 0 /* this */
            aload 1 /* advertisedCommunities */
            putfield com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig.advertisedCommunities:Ljava/util/List;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // java.util.List advertisedCommunities
        end local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
            0    2     1  advertisedCommunities  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    MethodParameters:
                       Name  Flags
      advertisedCommunities  

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringAdvertisedPublicPrefixState advertisedPublicPrefixesState();
    descriptor: ()Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringAdvertisedPublicPrefixState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
         0: .line 102
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig.advertisedPublicPrefixesState:Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringAdvertisedPublicPrefixState;
            areturn
        end local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;

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

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig withLegacyMode(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
        start local 1 // java.lang.Integer legacyMode
         0: .line 121
            aload 0 /* this */
            aload 1 /* legacyMode */
            putfield com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig.legacyMode:Ljava/lang/Integer;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer legacyMode
        end local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
            0    2     1  legacyMode  Ljava/lang/Integer;
    MethodParameters:
            Name  Flags
      legacyMode  

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

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig withCustomerASN(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
        start local 1 // java.lang.Integer customerASN
         0: .line 141
            aload 0 /* this */
            aload 1 /* customerASN */
            putfield com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig.customerASN:Ljava/lang/Integer;
         1: .line 142
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer customerASN
        end local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
            0    2     1  customerASN  Ljava/lang/Integer;
    MethodParameters:
             Name  Flags
      customerASN  

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

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig withRoutingRegistryName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
        start local 1 // java.lang.String routingRegistryName
         0: .line 161
            aload 0 /* this */
            aload 1 /* routingRegistryName */
            putfield com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig.routingRegistryName:Ljava/lang/String;
         1: .line 162
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String routingRegistryName
        end local 0 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
            0    2     1  routingRegistryName  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      routingRegistryName  
}
SourceFile: "ExpressRouteCircuitPeeringConfig.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty