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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.AzureReachabilityReportItem withLatencies(java.util.List<com.microsoft.azure.management.network.AzureReachabilityReportLatencyInfo>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/AzureReachabilityReportItem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureReachabilityReportItem this
        start local 1 // java.util.List latencies
         0: .line 92
            aload 0 /* this */
            aload 1 /* latencies */
            putfield com.microsoft.azure.management.network.AzureReachabilityReportItem.latencies:Ljava/util/List;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // java.util.List latencies
        end local 0 // com.microsoft.azure.management.network.AzureReachabilityReportItem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/AzureReachabilityReportItem;
            0    2     1  latencies  Ljava/util/List<Lcom/microsoft/azure/management/network/AzureReachabilityReportLatencyInfo;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/AzureReachabilityReportLatencyInfo;>;)Lcom/microsoft/azure/management/network/AzureReachabilityReportItem;
    MethodParameters:
           Name  Flags
      latencies  
}
SourceFile: "AzureReachabilityReportItem.java"