public class com.microsoft.azure.management.network.FirewallPolicyNatRule extends com.microsoft.azure.management.network.FirewallPolicyRule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.FirewallPolicyNatRule
  super_class: com.microsoft.azure.management.network.FirewallPolicyRule
{
  private com.microsoft.azure.management.network.FirewallPolicyNatRuleAction action;
    descriptor: Lcom/microsoft/azure/management/network/FirewallPolicyNatRuleAction;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "action")

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

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

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

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

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

  public com.microsoft.azure.management.network.FirewallPolicyNatRule withAction(com.microsoft.azure.management.network.FirewallPolicyNatRuleAction);
    descriptor: (Lcom/microsoft/azure/management/network/FirewallPolicyNatRuleAction;)Lcom/microsoft/azure/management/network/FirewallPolicyNatRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.FirewallPolicyNatRule this
        start local 1 // com.microsoft.azure.management.network.FirewallPolicyNatRuleAction action
         0: .line 61
            aload 0 /* this */
            aload 1 /* action */
            putfield com.microsoft.azure.management.network.FirewallPolicyNatRule.action:Lcom/microsoft/azure/management/network/FirewallPolicyNatRuleAction;
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.FirewallPolicyNatRuleAction action
        end local 0 // com.microsoft.azure.management.network.FirewallPolicyNatRule this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/FirewallPolicyNatRule;
            0    2     1  action  Lcom/microsoft/azure/management/network/FirewallPolicyNatRuleAction;
    MethodParameters:
        Name  Flags
      action  

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

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

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

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

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

  public com.microsoft.azure.management.network.FirewallPolicyNatRule withRuleCondition(com.microsoft.azure.management.network.FirewallPolicyRuleCondition);
    descriptor: (Lcom/microsoft/azure/management/network/FirewallPolicyRuleCondition;)Lcom/microsoft/azure/management/network/FirewallPolicyNatRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.FirewallPolicyNatRule this
        start local 1 // com.microsoft.azure.management.network.FirewallPolicyRuleCondition ruleCondition
         0: .line 121
            aload 0 /* this */
            aload 1 /* ruleCondition */
            putfield com.microsoft.azure.management.network.FirewallPolicyNatRule.ruleCondition:Lcom/microsoft/azure/management/network/FirewallPolicyRuleCondition;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.FirewallPolicyRuleCondition ruleCondition
        end local 0 // com.microsoft.azure.management.network.FirewallPolicyNatRule this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/FirewallPolicyNatRule;
            0    2     1  ruleCondition  Lcom/microsoft/azure/management/network/FirewallPolicyRuleCondition;
    MethodParameters:
               Name  Flags
      ruleCondition  
}
SourceFile: "FirewallPolicyNatRule.java"
InnerClasses:
  public final As = com.fasterxml.jackson.annotation.JsonTypeInfo$As of com.fasterxml.jackson.annotation.JsonTypeInfo
  public final Id = com.fasterxml.jackson.annotation.JsonTypeInfo$Id of com.fasterxml.jackson.annotation.JsonTypeInfo
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonTypeInfo(use = com.fasterxml.jackson.annotation.JsonTypeInfo$Id.NAME:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;, include = com.fasterxml.jackson.annotation.JsonTypeInfo$As.PROPERTY:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$As;, property = "ruleType", defaultImpl = Lcom/microsoft/azure/management/network/FirewallPolicyNatRule;)
      com.fasterxml.jackson.annotation.JsonTypeName(value = "FirewallPolicyNatRule")