public class com.microsoft.azure.management.network.implementation.ConnectivityInformationInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.ConnectivityInformationInner
  super_class: java.lang.Object
{
  private java.util.List<com.microsoft.azure.management.network.ConnectivityHop> hops;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectivityHop;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "hops", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

  private java.lang.Integer probesFailed;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "probesFailed", 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.implementation.ConnectivityInformationInner this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectivityInformationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ConnectivityInformationInner;

  public java.util.List<com.microsoft.azure.management.network.ConnectivityHop> hops();
    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.ConnectivityInformationInner this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectivityInformationInner.hops:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectivityInformationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ConnectivityInformationInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectivityHop;>;

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

  public java.lang.Integer avgLatencyInMs();
    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.ConnectivityInformationInner this
         0: .line 87
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectivityInformationInner.avgLatencyInMs:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectivityInformationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ConnectivityInformationInner;

  public java.lang.Integer minLatencyInMs();
    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.ConnectivityInformationInner this
         0: .line 96
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectivityInformationInner.minLatencyInMs:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectivityInformationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ConnectivityInformationInner;

  public java.lang.Integer maxLatencyInMs();
    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.ConnectivityInformationInner this
         0: .line 105
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectivityInformationInner.maxLatencyInMs:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectivityInformationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ConnectivityInformationInner;

  public java.lang.Integer probesSent();
    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.ConnectivityInformationInner this
         0: .line 114
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectivityInformationInner.probesSent:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectivityInformationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ConnectivityInformationInner;

  public java.lang.Integer probesFailed();
    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.ConnectivityInformationInner this
         0: .line 123
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectivityInformationInner.probesFailed:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectivityInformationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ConnectivityInformationInner;
}
SourceFile: "ConnectivityInformationInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty