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

  private com.microsoft.azure.management.network.DdosSettingsProtectionCoverage protectionCoverage;
    descriptor: Lcom/microsoft/azure/management/network/DdosSettingsProtectionCoverage;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "protectionCoverage")

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

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

  public com.microsoft.azure.SubResource ddosCustomPolicy();
    descriptor: ()Lcom/microsoft/azure/SubResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.DdosSettings this
         0: .line 44
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.DdosSettings.ddosCustomPolicy:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.DdosSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/DdosSettings;

  public com.microsoft.azure.management.network.DdosSettings withDdosCustomPolicy(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/DdosSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.DdosSettings this
        start local 1 // com.microsoft.azure.SubResource ddosCustomPolicy
         0: .line 54
            aload 0 /* this */
            aload 1 /* ddosCustomPolicy */
            putfield com.microsoft.azure.management.network.DdosSettings.ddosCustomPolicy:Lcom/microsoft/azure/SubResource;
         1: .line 55
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource ddosCustomPolicy
        end local 0 // com.microsoft.azure.management.network.DdosSettings this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/DdosSettings;
            0    2     1  ddosCustomPolicy  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                  Name  Flags
      ddosCustomPolicy  

  public com.microsoft.azure.management.network.DdosSettingsProtectionCoverage protectionCoverage();
    descriptor: ()Lcom/microsoft/azure/management/network/DdosSettingsProtectionCoverage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.DdosSettings this
         0: .line 64
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.DdosSettings.protectionCoverage:Lcom/microsoft/azure/management/network/DdosSettingsProtectionCoverage;
            areturn
        end local 0 // com.microsoft.azure.management.network.DdosSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/DdosSettings;

  public com.microsoft.azure.management.network.DdosSettings withProtectionCoverage(com.microsoft.azure.management.network.DdosSettingsProtectionCoverage);
    descriptor: (Lcom/microsoft/azure/management/network/DdosSettingsProtectionCoverage;)Lcom/microsoft/azure/management/network/DdosSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.DdosSettings this
        start local 1 // com.microsoft.azure.management.network.DdosSettingsProtectionCoverage protectionCoverage
         0: .line 74
            aload 0 /* this */
            aload 1 /* protectionCoverage */
            putfield com.microsoft.azure.management.network.DdosSettings.protectionCoverage:Lcom/microsoft/azure/management/network/DdosSettingsProtectionCoverage;
         1: .line 75
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.DdosSettingsProtectionCoverage protectionCoverage
        end local 0 // com.microsoft.azure.management.network.DdosSettings this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/DdosSettings;
            0    2     1  protectionCoverage  Lcom/microsoft/azure/management/network/DdosSettingsProtectionCoverage;
    MethodParameters:
                    Name  Flags
      protectionCoverage  

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

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