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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public java.lang.Long maxPacketsPerSecond();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.VpnClientConnectionHealthDetail this
         0: .line 194
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.VpnClientConnectionHealthDetail.maxPacketsPerSecond:Ljava/lang/Long;
            areturn
        end local 0 // com.microsoft.azure.management.network.VpnClientConnectionHealthDetail this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/VpnClientConnectionHealthDetail;
}
SourceFile: "VpnClientConnectionHealthDetail.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty