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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 29
            aload 0 /* this */
            invokespecial com.microsoft.azure.Resource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 123
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 132
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.source:Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // com.microsoft.azure.management.network.ConnectionMonitorSource source
         0: .line 142
            aload 0 /* this */
            aload 1 /* source */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.source:Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ConnectionMonitorSource source
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 152
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.destination:Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // com.microsoft.azure.management.network.ConnectionMonitorDestination destination
         0: .line 162
            aload 0 /* this */
            aload 1 /* destination */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.destination:Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
         1: .line 163
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ConnectionMonitorDestination destination
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 172
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.autoStart:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // java.lang.Boolean autoStart
         0: .line 182
            aload 0 /* this */
            aload 1 /* autoStart */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.autoStart:Ljava/lang/Boolean;
         1: .line 183
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean autoStart
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 192
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.monitoringIntervalInSeconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // java.lang.Integer monitoringIntervalInSeconds
         0: .line 202
            aload 0 /* this */
            aload 1 /* monitoringIntervalInSeconds */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.monitoringIntervalInSeconds:Ljava/lang/Integer;
         1: .line 203
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer monitoringIntervalInSeconds
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 212
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.endpoints:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // java.util.List endpoints
         0: .line 222
            aload 0 /* this */
            aload 1 /* endpoints */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.endpoints:Ljava/util/List;
         1: .line 223
            aload 0 /* this */
            areturn
        end local 1 // java.util.List endpoints
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 232
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.testConfigurations:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // java.util.List testConfigurations
         0: .line 242
            aload 0 /* this */
            aload 1 /* testConfigurations */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.testConfigurations:Ljava/util/List;
         1: .line 243
            aload 0 /* this */
            areturn
        end local 1 // java.util.List testConfigurations
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 252
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.testGroups:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // java.util.List testGroups
         0: .line 262
            aload 0 /* this */
            aload 1 /* testGroups */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.testGroups:Ljava/util/List;
         1: .line 263
            aload 0 /* this */
            areturn
        end local 1 // java.util.List testGroups
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 272
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.outputs:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // java.util.List outputs
         0: .line 282
            aload 0 /* this */
            aload 1 /* outputs */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.outputs:Ljava/util/List;
         1: .line 283
            aload 0 /* this */
            areturn
        end local 1 // java.util.List outputs
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 292
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.notes:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
        start local 1 // java.lang.String notes
         0: .line 302
            aload 0 /* this */
            aload 1 /* notes */
            putfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.notes:Ljava/lang/String;
         1: .line 303
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String notes
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 312
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 321
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.startTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 330
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.monitoringStatus:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
         0: .line 339
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner.connectionMonitorType:Lcom/microsoft/azure/management/network/ConnectionMonitorType;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ConnectionMonitorResultInner this
      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()