public class com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner extends com.microsoft.azure.Resource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner
super_class: com.microsoft.azure.Resource
{
private java.lang.String etag;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
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")
private com.microsoft.azure.management.network.ProvisioningState provisioningState;
descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private org.joda.time.DateTime startTime;
descriptor: Lorg/joda/time/DateTime;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.startTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.String monitoringStatus;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.monitoringStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private com.microsoft.azure.management.network.ConnectionMonitorType connectionMonitorType;
descriptor: Lcom/microsoft/azure/management/network/ConnectionMonitorType;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.connectionMonitorType", 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 0: aload 0
invokespecial com.microsoft.azure.Resource.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
public java.lang.String etag();
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.ConnectionMonitorResultInner.etag:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withSource(com.microsoft.azure.management.network.ConnectionMonitorSource);
descriptor: (Lcom/microsoft/azure/management/network/ConnectionMonitorSource;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withDestination(com.microsoft.azure.management.network.ConnectionMonitorDestination);
descriptor: (Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.autoStart:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withAutoStart(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.monitoringIntervalInSeconds:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withMonitoringIntervalInSeconds(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.endpoints:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorEndpoint;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withEndpoints(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorEndpoint>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.testConfigurations:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestConfiguration;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withTestConfigurations(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.testGroups:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withTestGroups(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestGroup>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.outputs:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorOutput;>;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withOutputs(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorOutput>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
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/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.notes:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
public com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner withNotes(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.ConnectionMonitorResultInner.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/ConnectionMonitorResultInner;
0 2 1 notes Ljava/lang/String;
MethodParameters:
Name Flags
notes
public com.microsoft.azure.management.network.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/network/ProvisioningState;
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.ConnectionMonitorResultInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
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.implementation.ConnectionMonitorResultInner.startTime:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
public java.lang.String monitoringStatus();
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.ConnectionMonitorResultInner.monitoringStatus:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
public com.microsoft.azure.management.network.ConnectionMonitorType connectionMonitorType();
descriptor: ()Lcom/microsoft/azure/management/network/ConnectionMonitorType;
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.ConnectionMonitorResultInner.connectionMonitorType:Lcom/microsoft/azure/management/network/ConnectionMonitorType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/ConnectionMonitorResultInner;
}
SourceFile: "ConnectionMonitorResultInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()