public class com.microsoft.azure.management.network.implementation.ExpressRoutePortInner extends com.microsoft.azure.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.ExpressRoutePortInner
  super_class: com.microsoft.azure.Resource
{
  private java.lang.String peeringLocation;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.peeringLocation")

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

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

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

  private com.microsoft.azure.management.network.ExpressRoutePortsEncapsulation encapsulation;
    descriptor: Lcom/microsoft/azure/management/network/ExpressRoutePortsEncapsulation;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.encapsulation")

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

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

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

  private java.util.List<com.microsoft.azure.SubResource> circuits;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.circuits", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  private com.microsoft.azure.management.network.ManagedServiceIdentity identity;
    descriptor: Lcom/microsoft/azure/management/network/ManagedServiceIdentity;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "identity")

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

  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.implementation.ExpressRoutePortInner this
         0: .line 27
            aload 0 /* this */
            invokespecial com.microsoft.azure.Resource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;

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

  public com.microsoft.azure.management.network.implementation.ExpressRoutePortInner withPeeringLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
        start local 1 // java.lang.String peeringLocation
         0: .line 134
            aload 0 /* this */
            aload 1 /* peeringLocation */
            putfield com.microsoft.azure.management.network.implementation.ExpressRoutePortInner.peeringLocation:Ljava/lang/String;
         1: .line 135
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String peeringLocation
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
            0    2     1  peeringLocation  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      peeringLocation  

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.ExpressRoutePortInner withEncapsulation(com.microsoft.azure.management.network.ExpressRoutePortsEncapsulation);
    descriptor: (Lcom/microsoft/azure/management/network/ExpressRoutePortsEncapsulation;)Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
        start local 1 // com.microsoft.azure.management.network.ExpressRoutePortsEncapsulation encapsulation
         0: .line 192
            aload 0 /* this */
            aload 1 /* encapsulation */
            putfield com.microsoft.azure.management.network.implementation.ExpressRoutePortInner.encapsulation:Lcom/microsoft/azure/management/network/ExpressRoutePortsEncapsulation;
         1: .line 193
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ExpressRoutePortsEncapsulation encapsulation
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
            0    2     1  encapsulation  Lcom/microsoft/azure/management/network/ExpressRoutePortsEncapsulation;
    MethodParameters:
               Name  Flags
      encapsulation  

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

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

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

  public com.microsoft.azure.management.network.implementation.ExpressRoutePortInner withLinks(java.util.List<com.microsoft.azure.management.network.implementation.ExpressRouteLinkInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
        start local 1 // java.util.List links
         0: .line 230
            aload 0 /* this */
            aload 1 /* links */
            putfield com.microsoft.azure.management.network.implementation.ExpressRoutePortInner.links:Ljava/util/List;
         1: .line 231
            aload 0 /* this */
            areturn
        end local 1 // java.util.List links
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
            0    2     1  links  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ExpressRouteLinkInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ExpressRouteLinkInner;>;)Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
    MethodParameters:
       Name  Flags
      links  

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.ExpressRoutePortInner withIdentity(com.microsoft.azure.management.network.ManagedServiceIdentity);
    descriptor: (Lcom/microsoft/azure/management/network/ManagedServiceIdentity;)Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
        start local 1 // com.microsoft.azure.management.network.ManagedServiceIdentity identity
         0: .line 286
            aload 0 /* this */
            aload 1 /* identity */
            putfield com.microsoft.azure.management.network.implementation.ExpressRoutePortInner.identity:Lcom/microsoft/azure/management/network/ManagedServiceIdentity;
         1: .line 287
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ManagedServiceIdentity identity
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
            0    2     1  identity  Lcom/microsoft/azure/management/network/ManagedServiceIdentity;
    MethodParameters:
          Name  Flags
      identity  

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

  public com.microsoft.azure.management.network.implementation.ExpressRoutePortInner withId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
        start local 1 // java.lang.String id
         0: .line 306
            aload 0 /* this */
            aload 1 /* id */
            putfield com.microsoft.azure.management.network.implementation.ExpressRoutePortInner.id:Ljava/lang/String;
         1: .line 307
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.network.implementation.ExpressRoutePortInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/ExpressRoutePortInner;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "ExpressRoutePortInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()
      com.microsoft.rest.SkipParentValidation()