public class com.microsoft.azure.management.network.implementation.ConnectionMonitorInner
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.ConnectionMonitorInner
super_class: java.lang.Object
{
private java.lang.String location;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "location")
private java.util.Map<java.lang.String, java.lang.String> tags;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "tags")
private com.microsoft.azure.management.network.ConnectionMonitorSource source;
descriptor: Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.source")
private com.microsoft.azure.management.network.ConnectionMonitorDestination destination;
descriptor: Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.destination")
private java.lang.Boolean autoStart;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.autoStart")
private java.lang.Integer monitoringIntervalInSeconds;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.monitoringIntervalInSeconds")
private java.util.List<com.microsoft.azure.management.network.ConnectionMonitorEndpoint> endpoints;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorEndpoint;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.endpoints")
private java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration> testConfigurations;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestConfiguration;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.testConfigurations")
private java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestGroup> testGroups;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.testGroups")
private java.util.List<com.microsoft.azure.management.network.ConnectionMonitorOutput> outputs;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorOutput;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.outputs")
private java.lang.String notes;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.notes")
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/implementation/ConnectionMonitorInner;
public java.lang.String location();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorInner.location:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withLocation(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.location:Ljava/lang/String;
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/implementation/ConnectionMonitorInner;
0 2 1 location Ljava/lang/String;
MethodParameters:
Name Flags
location
public java.util.Map<java.lang.String, java.lang.String> tags();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorInner.tags:Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withTags(java.util.Map<java.lang.String, java.lang.String>);
descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.tags:Ljava/util/Map;
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/implementation/ConnectionMonitorInner;
0 2 1 tags Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
MethodParameters:
Name Flags
tags
public com.microsoft.azure.management.network.ConnectionMonitorSource source();
descriptor: ()Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorInner.source:Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withSource(com.microsoft.azure.management.network.ConnectionMonitorSource);
descriptor: (Lcom/microsoft/azure/management/network/ConnectionMonitorSource;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.source:Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
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/implementation/ConnectionMonitorInner;
0 2 1 source Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
MethodParameters:
Name Flags
source
public com.microsoft.azure.management.network.ConnectionMonitorDestination destination();
descriptor: ()Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorInner.destination:Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withDestination(com.microsoft.azure.management.network.ConnectionMonitorDestination);
descriptor: (Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.destination:Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
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/implementation/ConnectionMonitorInner;
0 2 1 destination Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
MethodParameters:
Name Flags
destination
public java.lang.Boolean autoStart();
descriptor: ()Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorInner.autoStart:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withAutoStart(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.autoStart:Ljava/lang/Boolean;
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/implementation/ConnectionMonitorInner;
0 2 1 autoStart Ljava/lang/Boolean;
MethodParameters:
Name Flags
autoStart
public java.lang.Integer monitoringIntervalInSeconds();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorInner.monitoringIntervalInSeconds:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withMonitoringIntervalInSeconds(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.monitoringIntervalInSeconds:Ljava/lang/Integer;
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/implementation/ConnectionMonitorInner;
0 2 1 monitoringIntervalInSeconds Ljava/lang/Integer;
MethodParameters:
Name Flags
monitoringIntervalInSeconds
public java.util.List<com.microsoft.azure.management.network.ConnectionMonitorEndpoint> endpoints();
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.implementation.ConnectionMonitorInner.endpoints:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorEndpoint;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withEndpoints(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorEndpoint>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.endpoints: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/implementation/ConnectionMonitorInner;
0 2 1 endpoints Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorEndpoint;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorEndpoint;>;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
MethodParameters:
Name Flags
endpoints
public java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration> testConfigurations();
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.implementation.ConnectionMonitorInner.testConfigurations:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestConfiguration;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withTestConfigurations(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.testConfigurations: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/implementation/ConnectionMonitorInner;
0 2 1 testConfigurations Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestConfiguration;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestConfiguration;>;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
MethodParameters:
Name Flags
testConfigurations
public java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestGroup> testGroups();
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.implementation.ConnectionMonitorInner.testGroups:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withTestGroups(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestGroup>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.testGroups: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/implementation/ConnectionMonitorInner;
0 2 1 testGroups Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;>;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
MethodParameters:
Name Flags
testGroups
public java.util.List<com.microsoft.azure.management.network.ConnectionMonitorOutput> outputs();
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.implementation.ConnectionMonitorInner.outputs:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorOutput;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withOutputs(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorOutput>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.outputs: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/implementation/ConnectionMonitorInner;
0 2 1 outputs Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorOutput;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorOutput;>;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
MethodParameters:
Name Flags
outputs
public java.lang.String notes();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorInner.notes:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorInner withNotes(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorInner;
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.implementation.ConnectionMonitorInner.notes:Ljava/lang/String;
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/implementation/ConnectionMonitorInner;
0 2 1 notes Ljava/lang/String;
MethodParameters:
Name Flags
notes
}
SourceFile: "ConnectionMonitorInner.java"
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()