public class com.microsoft.azure.management.network.ConnectionStateSnapshot
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ConnectionStateSnapshot
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.network.ConnectionState connectionState;
    descriptor: Lcom/microsoft/azure/management/network/ConnectionState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "connectionState")

  private org.joda.time.DateTime startTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "startTime")

  private org.joda.time.DateTime endTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "endTime")

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

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

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

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

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

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

  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;)

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

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

  public com.microsoft.azure.management.network.ConnectionStateSnapshot withConnectionState(com.microsoft.azure.management.network.ConnectionState);
    descriptor: (Lcom/microsoft/azure/management/network/ConnectionState;)Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
        start local 1 // com.microsoft.azure.management.network.ConnectionState connectionState
         0: .line 97
            aload 0 /* this */
            aload 1 /* connectionState */
            putfield com.microsoft.azure.management.network.ConnectionStateSnapshot.connectionState:Lcom/microsoft/azure/management/network/ConnectionState;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ConnectionState connectionState
        end local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
            0    2     1  connectionState  Lcom/microsoft/azure/management/network/ConnectionState;
    MethodParameters:
                 Name  Flags
      connectionState  

  public org.joda.time.DateTime startTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
         0: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionStateSnapshot.startTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;

  public com.microsoft.azure.management.network.ConnectionStateSnapshot withStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
        start local 1 // org.joda.time.DateTime startTime
         0: .line 117
            aload 0 /* this */
            aload 1 /* startTime */
            putfield com.microsoft.azure.management.network.ConnectionStateSnapshot.startTime:Lorg/joda/time/DateTime;
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime startTime
        end local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
            0    2     1  startTime  Lorg/joda/time/DateTime;
    MethodParameters:
           Name  Flags
      startTime  

  public org.joda.time.DateTime endTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
         0: .line 127
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionStateSnapshot.endTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;

  public com.microsoft.azure.management.network.ConnectionStateSnapshot withEndTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
        start local 1 // org.joda.time.DateTime endTime
         0: .line 137
            aload 0 /* this */
            aload 1 /* endTime */
            putfield com.microsoft.azure.management.network.ConnectionStateSnapshot.endTime:Lorg/joda/time/DateTime;
         1: .line 138
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime endTime
        end local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
            0    2     1  endTime  Lorg/joda/time/DateTime;
    MethodParameters:
         Name  Flags
      endTime  

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

  public com.microsoft.azure.management.network.ConnectionStateSnapshot withEvaluationState(com.microsoft.azure.management.network.EvaluationState);
    descriptor: (Lcom/microsoft/azure/management/network/EvaluationState;)Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
        start local 1 // com.microsoft.azure.management.network.EvaluationState evaluationState
         0: .line 157
            aload 0 /* this */
            aload 1 /* evaluationState */
            putfield com.microsoft.azure.management.network.ConnectionStateSnapshot.evaluationState:Lcom/microsoft/azure/management/network/EvaluationState;
         1: .line 158
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.EvaluationState evaluationState
        end local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;
            0    2     1  evaluationState  Lcom/microsoft/azure/management/network/EvaluationState;
    MethodParameters:
                 Name  Flags
      evaluationState  

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

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

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

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

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

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

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

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

  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.ConnectionStateSnapshot this
         0: .line 247
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionStateSnapshot.probesFailed:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionStateSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionStateSnapshot;

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

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