public class com.microsoft.azure.management.network.ConnectionMonitorTestGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ConnectionMonitorTestGroup
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", required = true)

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

  private java.util.List<java.lang.String> testConfigurations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "testConfigurations", required = true)

  private java.util.List<java.lang.String> sources;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sources", required = true)

  private java.util.List<java.lang.String> destinations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "destinations", required = true)

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

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
         0: .line 54
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;

  public com.microsoft.azure.management.network.ConnectionMonitorTestGroup withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
        start local 1 // java.lang.String name
         0: .line 64
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.name:Ljava/lang/String;
         1: .line 65
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Boolean disable();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
         0: .line 74
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.disable:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;

  public com.microsoft.azure.management.network.ConnectionMonitorTestGroup withDisable(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
        start local 1 // java.lang.Boolean disable
         0: .line 84
            aload 0 /* this */
            aload 1 /* disable */
            putfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.disable:Ljava/lang/Boolean;
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean disable
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
            0    2     1  disable  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      disable  

  public java.util.List<java.lang.String> 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.ConnectionMonitorTestGroup this
         0: .line 94
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.testConfigurations:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.ConnectionMonitorTestGroup withTestConfigurations(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
        start local 1 // java.util.List testConfigurations
         0: .line 104
            aload 0 /* this */
            aload 1 /* testConfigurations */
            putfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.testConfigurations:Ljava/util/List;
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // java.util.List testConfigurations
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
            0    2     1  testConfigurations  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    MethodParameters:
                    Name  Flags
      testConfigurations  

  public java.util.List<java.lang.String> sources();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
         0: .line 114
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.sources:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.ConnectionMonitorTestGroup withSources(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
        start local 1 // java.util.List sources
         0: .line 124
            aload 0 /* this */
            aload 1 /* sources */
            putfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.sources:Ljava/util/List;
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // java.util.List sources
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
            0    2     1  sources  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    MethodParameters:
         Name  Flags
      sources  

  public java.util.List<java.lang.String> destinations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
         0: .line 134
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.destinations:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.ConnectionMonitorTestGroup withDestinations(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
        start local 1 // java.util.List destinations
         0: .line 144
            aload 0 /* this */
            aload 1 /* destinations */
            putfield com.microsoft.azure.management.network.ConnectionMonitorTestGroup.destinations:Ljava/util/List;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // java.util.List destinations
        end local 0 // com.microsoft.azure.management.network.ConnectionMonitorTestGroup this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
            0    2     1  destinations  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/ConnectionMonitorTestGroup;
    MethodParameters:
              Name  Flags
      destinations  
}
SourceFile: "ConnectionMonitorTestGroup.java"