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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.AzureReachabilityReportParameters withProviderLocation(com.microsoft.azure.management.network.AzureReachabilityReportLocation);
    descriptor: (Lcom/microsoft/azure/management/network/AzureReachabilityReportLocation;)Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
        start local 1 // com.microsoft.azure.management.network.AzureReachabilityReportLocation providerLocation
         0: .line 65
            aload 0 /* this */
            aload 1 /* providerLocation */
            putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.providerLocation:Lcom/microsoft/azure/management/network/AzureReachabilityReportLocation;
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.AzureReachabilityReportLocation providerLocation
        end local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
            0    2     1  providerLocation  Lcom/microsoft/azure/management/network/AzureReachabilityReportLocation;
    MethodParameters:
                  Name  Flags
      providerLocation  

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

  public com.microsoft.azure.management.network.AzureReachabilityReportParameters withProviders(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
        start local 1 // java.util.List providers
         0: .line 85
            aload 0 /* this */
            aload 1 /* providers */
            putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.providers:Ljava/util/List;
         1: .line 86
            aload 0 /* this */
            areturn
        end local 1 // java.util.List providers
        end local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
            0    2     1  providers  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
    MethodParameters:
           Name  Flags
      providers  

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

  public com.microsoft.azure.management.network.AzureReachabilityReportParameters withAzureLocations(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
        start local 1 // java.util.List azureLocations
         0: .line 105
            aload 0 /* this */
            aload 1 /* azureLocations */
            putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.azureLocations:Ljava/util/List;
         1: .line 106
            aload 0 /* this */
            areturn
        end local 1 // java.util.List azureLocations
        end local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
            0    2     1  azureLocations  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
    MethodParameters:
                Name  Flags
      azureLocations  

  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.AzureReachabilityReportParameters this
         0: .line 115
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.startTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;

  public com.microsoft.azure.management.network.AzureReachabilityReportParameters withStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
        start local 1 // org.joda.time.DateTime startTime
         0: .line 125
            aload 0 /* this */
            aload 1 /* startTime */
            putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.startTime:Lorg/joda/time/DateTime;
         1: .line 126
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime startTime
        end local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;
            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.AzureReachabilityReportParameters this
         0: .line 135
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.endTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.AzureReachabilityReportParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/AzureReachabilityReportParameters;

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