public class com.microsoft.azure.management.network.ConnectionMonitorParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ConnectionMonitorParameters
  super_class: java.lang.Object
{
  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 = "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 = "destination")

  private java.lang.Boolean autoStart;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "autoStart")

  private java.lang.Integer monitoringIntervalInSeconds;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "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 = "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 = "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 = "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 = "outputs")

  private java.lang.String notes;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "notes")

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

  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.ConnectionMonitorParameters this
         0: .line 79
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.source:Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withSource(com.microsoft.azure.management.network.ConnectionMonitorSource);
    descriptor: (Lcom/microsoft/azure/management/network/ConnectionMonitorSource;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // com.microsoft.azure.management.network.ConnectionMonitorSource source
         0: .line 89
            aload 0 /* this */
            aload 1 /* source */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.source:Lcom/microsoft/azure/management/network/ConnectionMonitorSource;
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ConnectionMonitorSource source
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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.ConnectionMonitorParameters this
         0: .line 99
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.destination:Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withDestination(com.microsoft.azure.management.network.ConnectionMonitorDestination);
    descriptor: (Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // com.microsoft.azure.management.network.ConnectionMonitorDestination destination
         0: .line 109
            aload 0 /* this */
            aload 1 /* destination */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.destination:Lcom/microsoft/azure/management/network/ConnectionMonitorDestination;
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ConnectionMonitorDestination destination
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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.ConnectionMonitorParameters this
         0: .line 119
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.autoStart:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withAutoStart(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // java.lang.Boolean autoStart
         0: .line 129
            aload 0 /* this */
            aload 1 /* autoStart */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.autoStart:Ljava/lang/Boolean;
         1: .line 130
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean autoStart
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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.ConnectionMonitorParameters this
         0: .line 139
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.monitoringIntervalInSeconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withMonitoringIntervalInSeconds(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // java.lang.Integer monitoringIntervalInSeconds
         0: .line 149
            aload 0 /* this */
            aload 1 /* monitoringIntervalInSeconds */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.monitoringIntervalInSeconds:Ljava/lang/Integer;
         1: .line 150
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer monitoringIntervalInSeconds
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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.ConnectionMonitorParameters this
         0: .line 159
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.endpoints:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorEndpoint;>;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withEndpoints(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorEndpoint>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // java.util.List endpoints
         0: .line 169
            aload 0 /* this */
            aload 1 /* endpoints */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.endpoints:Ljava/util/List;
         1: .line 170
            aload 0 /* this */
            areturn
        end local 1 // java.util.List endpoints
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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/ConnectionMonitorParameters;
    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.ConnectionMonitorParameters this
         0: .line 179
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.testConfigurations:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestConfiguration;>;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withTestConfigurations(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestConfiguration>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // java.util.List testConfigurations
         0: .line 189
            aload 0 /* this */
            aload 1 /* testConfigurations */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.testConfigurations:Ljava/util/List;
         1: .line 190
            aload 0 /* this */
            areturn
        end local 1 // java.util.List testConfigurations
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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/ConnectionMonitorParameters;
    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.ConnectionMonitorParameters this
         0: .line 199
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.testGroups:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;>;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withTestGroups(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorTestGroup>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // java.util.List testGroups
         0: .line 209
            aload 0 /* this */
            aload 1 /* testGroups */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.testGroups:Ljava/util/List;
         1: .line 210
            aload 0 /* this */
            areturn
        end local 1 // java.util.List testGroups
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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/ConnectionMonitorParameters;
    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.ConnectionMonitorParameters this
         0: .line 219
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.outputs:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ConnectionMonitorOutput;>;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withOutputs(java.util.List<com.microsoft.azure.management.network.ConnectionMonitorOutput>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // java.util.List outputs
         0: .line 229
            aload 0 /* this */
            aload 1 /* outputs */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.outputs:Ljava/util/List;
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // java.util.List outputs
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            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/ConnectionMonitorParameters;
    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.ConnectionMonitorParameters this
         0: .line 239
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorParameters.notes:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;

  public com.microsoft.azure.management.network.ConnectionMonitorParameters withNotes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
        start local 1 // java.lang.String notes
         0: .line 249
            aload 0 /* this */
            aload 1 /* notes */
            putfield com.microsoft.azure.management.network.ConnectionMonitorParameters.notes:Ljava/lang/String;
         1: .line 250
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String notes
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorParameters this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/network/ConnectionMonitorParameters;
            0    2     1  notes  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      notes  
}
SourceFile: "ConnectionMonitorParameters.java"