public class com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.String recommendationName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.recommendationName")

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

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

  private java.util.UUID recommendationId;
    descriptor: Ljava/util/UUID;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.recommendationId")

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

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

  private com.microsoft.azure.management.appservice.NotificationLevel level;
    descriptor: Lcom/microsoft/azure/management/appservice/NotificationLevel;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.level")

  private com.microsoft.azure.management.appservice.Channels channels;
    descriptor: Lcom/microsoft/azure/management/appservice/Channels;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.channels")

  private java.util.List<java.lang.String> categoryTags;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.categoryTags", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
         0: .line 23
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withRecommendationName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String recommendationName
         0: .line 123
            aload 0 /* this */
            aload 1 /* recommendationName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.recommendationName:Ljava/lang/String;
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String recommendationName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  recommendationName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      recommendationName  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withDisplayName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String displayName
         0: .line 143
            aload 0 /* this */
            aload 1 /* displayName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.displayName:Ljava/lang/String;
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  displayName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      displayName  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String message
         0: .line 163
            aload 0 /* this */
            aload 1 /* message */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.message:Ljava/lang/String;
         1: .line 164
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String message
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public java.util.UUID recommendationId();
    descriptor: ()Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
         0: .line 174
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.recommendationId:Ljava/util/UUID;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withRecommendationId(java.util.UUID);
    descriptor: (Ljava/util/UUID;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.util.UUID recommendationId
         0: .line 185
            aload 0 /* this */
            aload 1 /* recommendationId */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.recommendationId:Ljava/util/UUID;
         1: .line 186
            aload 0 /* this */
            areturn
        end local 1 // java.util.UUID recommendationId
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  recommendationId  Ljava/util/UUID;
    MethodParameters:
                  Name  Flags
      recommendationId  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String description
         0: .line 205
            aload 0 /* this */
            aload 1 /* description */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.description:Ljava/lang/String;
         1: .line 206
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String description
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  description  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      description  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withActionName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String actionName
         0: .line 225
            aload 0 /* this */
            aload 1 /* actionName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.actionName:Ljava/lang/String;
         1: .line 226
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String actionName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  actionName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      actionName  

  public com.microsoft.azure.management.appservice.NotificationLevel level();
    descriptor: ()Lcom/microsoft/azure/management/appservice/NotificationLevel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
         0: .line 235
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.level:Lcom/microsoft/azure/management/appservice/NotificationLevel;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withLevel(com.microsoft.azure.management.appservice.NotificationLevel);
    descriptor: (Lcom/microsoft/azure/management/appservice/NotificationLevel;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // com.microsoft.azure.management.appservice.NotificationLevel level
         0: .line 245
            aload 0 /* this */
            aload 1 /* level */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.level:Lcom/microsoft/azure/management/appservice/NotificationLevel;
         1: .line 246
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.NotificationLevel level
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  level  Lcom/microsoft/azure/management/appservice/NotificationLevel;
    MethodParameters:
       Name  Flags
      level  

  public com.microsoft.azure.management.appservice.Channels channels();
    descriptor: ()Lcom/microsoft/azure/management/appservice/Channels;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
         0: .line 255
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.channels:Lcom/microsoft/azure/management/appservice/Channels;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withChannels(com.microsoft.azure.management.appservice.Channels);
    descriptor: (Lcom/microsoft/azure/management/appservice/Channels;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // com.microsoft.azure.management.appservice.Channels channels
         0: .line 265
            aload 0 /* this */
            aload 1 /* channels */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.channels:Lcom/microsoft/azure/management/appservice/Channels;
         1: .line 266
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Channels channels
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  channels  Lcom/microsoft/azure/management/appservice/Channels;
    MethodParameters:
          Name  Flags
      channels  

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

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withIsDynamic(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.Boolean isDynamic
         0: .line 294
            aload 0 /* this */
            aload 1 /* isDynamic */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.isDynamic:Ljava/lang/Boolean;
         1: .line 295
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isDynamic
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  isDynamic  Ljava/lang/Boolean;
    MethodParameters:
           Name  Flags
      isDynamic  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withExtensionName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String extensionName
         0: .line 314
            aload 0 /* this */
            aload 1 /* extensionName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.extensionName:Ljava/lang/String;
         1: .line 315
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String extensionName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  extensionName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      extensionName  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withBladeName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String bladeName
         0: .line 334
            aload 0 /* this */
            aload 1 /* bladeName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.bladeName:Ljava/lang/String;
         1: .line 335
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String bladeName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  bladeName  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      bladeName  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner withForwardLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
        start local 1 // java.lang.String forwardLink
         0: .line 354
            aload 0 /* this */
            aload 1 /* forwardLink */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner.forwardLink:Ljava/lang/String;
         1: .line 355
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String forwardLink
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationRuleInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationRuleInner;
            0    2     1  forwardLink  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      forwardLink  
}
SourceFile: "RecommendationRuleInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()