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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.providerLocation:Lcom/microsoft/azure/management/network/AzureReachabilityReportLocation;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.providerLocation:Lcom/microsoft/azure/management/network/AzureReachabilityReportLocation;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.providers:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.providers:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.azureLocations:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.azureLocations:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.startTime:Lorg/joda/time/DateTime;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.startTime:Lorg/joda/time/DateTime;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.endTime:Lorg/joda/time/DateTime;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.AzureReachabilityReportParameters.endTime:Lorg/joda/time/DateTime;
1: aload 0
areturn
end local 1 end local 0 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"