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

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

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

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

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

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

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

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

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

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

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