public class com.microsoft.azure.management.appservice.implementation.RecommendationInner 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.RecommendationInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private org.joda.time.DateTime creationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.creationTime")

  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 resourceId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.resourceId")

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

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

  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 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.String actionName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.actionName")

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

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

  private org.joda.time.DateTime startTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.startTime")

  private org.joda.time.DateTime endTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.endTime")

  private org.joda.time.DateTime nextNotificationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.nextNotificationTime")

  private org.joda.time.DateTime notificationExpirationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.notificationExpirationTime")

  private org.joda.time.DateTime notifiedTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.notifiedTime")

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

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

  public org.joda.time.DateTime creationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
         0: .line 180
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.creationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withCreationTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // org.joda.time.DateTime creationTime
         0: .line 190
            aload 0 /* this */
            aload 1 /* creationTime */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.creationTime:Lorg/joda/time/DateTime;
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime creationTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  creationTime  Lorg/joda/time/DateTime;
    MethodParameters:
              Name  Flags
      creationTime  

  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.RecommendationInner this
         0: .line 200
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.recommendationId:Ljava/util/UUID;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

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

  public java.lang.String resourceId();
    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.RecommendationInner this
         0: .line 220
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.resourceId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

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

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withResourceScope(com.microsoft.azure.management.appservice.ResourceScopeType);
    descriptor: (Lcom/microsoft/azure/management/appservice/ResourceScopeType;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // com.microsoft.azure.management.appservice.ResourceScopeType resourceScope
         0: .line 250
            aload 0 /* this */
            aload 1 /* resourceScope */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.resourceScope:Lcom/microsoft/azure/management/appservice/ResourceScopeType;
         1: .line 251
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.ResourceScopeType resourceScope
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  resourceScope  Lcom/microsoft/azure/management/appservice/ResourceScopeType;
    MethodParameters:
               Name  Flags
      resourceScope  

  public java.lang.String ruleName();
    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.RecommendationInner this
         0: .line 260
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.ruleName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

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

  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.RecommendationInner this
         0: .line 280
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.displayName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withDisplayName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // java.lang.String displayName
         0: .line 290
            aload 0 /* this */
            aload 1 /* displayName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.displayName:Ljava/lang/String;
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            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.RecommendationInner this
         0: .line 300
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.message:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

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

  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.RecommendationInner this
         0: .line 320
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.level:Lcom/microsoft/azure/management/appservice/NotificationLevel;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withLevel(com.microsoft.azure.management.appservice.NotificationLevel);
    descriptor: (Lcom/microsoft/azure/management/appservice/NotificationLevel;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // com.microsoft.azure.management.appservice.NotificationLevel level
         0: .line 330
            aload 0 /* this */
            aload 1 /* level */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.level:Lcom/microsoft/azure/management/appservice/NotificationLevel;
         1: .line 331
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.NotificationLevel level
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            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.RecommendationInner this
         0: .line 340
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.channels:Lcom/microsoft/azure/management/appservice/Channels;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withChannels(com.microsoft.azure.management.appservice.Channels);
    descriptor: (Lcom/microsoft/azure/management/appservice/Channels;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // com.microsoft.azure.management.appservice.Channels channels
         0: .line 350
            aload 0 /* this */
            aload 1 /* channels */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.channels:Lcom/microsoft/azure/management/appservice/Channels;
         1: .line 351
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.Channels channels
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            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.RecommendationInner this
         0: .line 360
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.categoryTags:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  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.RecommendationInner this
         0: .line 369
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.actionName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

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

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withEnabled(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // java.lang.Integer enabled
         0: .line 399
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.enabled:Ljava/lang/Integer;
         1: .line 400
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer enabled
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  enabled  Ljava/lang/Integer;
    MethodParameters:
         Name  Flags
      enabled  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withStates(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // java.util.List states
         0: .line 419
            aload 0 /* this */
            aload 1 /* states */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.states:Ljava/util/List;
         1: .line 420
            aload 0 /* this */
            areturn
        end local 1 // java.util.List states
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  states  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    MethodParameters:
        Name  Flags
      states  

  public org.joda.time.DateTime startTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
         0: .line 429
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.startTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // org.joda.time.DateTime startTime
         0: .line 439
            aload 0 /* this */
            aload 1 /* startTime */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.startTime:Lorg/joda/time/DateTime;
         1: .line 440
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime startTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  startTime  Lorg/joda/time/DateTime;
    MethodParameters:
           Name  Flags
      startTime  

  public org.joda.time.DateTime endTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
         0: .line 449
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.endTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withEndTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // org.joda.time.DateTime endTime
         0: .line 459
            aload 0 /* this */
            aload 1 /* endTime */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.endTime:Lorg/joda/time/DateTime;
         1: .line 460
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime endTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  endTime  Lorg/joda/time/DateTime;
    MethodParameters:
         Name  Flags
      endTime  

  public org.joda.time.DateTime nextNotificationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
         0: .line 469
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.nextNotificationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withNextNotificationTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // org.joda.time.DateTime nextNotificationTime
         0: .line 479
            aload 0 /* this */
            aload 1 /* nextNotificationTime */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.nextNotificationTime:Lorg/joda/time/DateTime;
         1: .line 480
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime nextNotificationTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  nextNotificationTime  Lorg/joda/time/DateTime;
    MethodParameters:
                      Name  Flags
      nextNotificationTime  

  public org.joda.time.DateTime notificationExpirationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
         0: .line 489
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.notificationExpirationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withNotificationExpirationTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // org.joda.time.DateTime notificationExpirationTime
         0: .line 499
            aload 0 /* this */
            aload 1 /* notificationExpirationTime */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.notificationExpirationTime:Lorg/joda/time/DateTime;
         1: .line 500
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime notificationExpirationTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  notificationExpirationTime  Lorg/joda/time/DateTime;
    MethodParameters:
                            Name  Flags
      notificationExpirationTime  

  public org.joda.time.DateTime notifiedTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
         0: .line 509
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.notifiedTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withNotifiedTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // org.joda.time.DateTime notifiedTime
         0: .line 519
            aload 0 /* this */
            aload 1 /* notifiedTime */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.notifiedTime:Lorg/joda/time/DateTime;
         1: .line 520
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime notifiedTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  notifiedTime  Lorg/joda/time/DateTime;
    MethodParameters:
              Name  Flags
      notifiedTime  

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

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withScore(java.lang.Double);
    descriptor: (Ljava/lang/Double;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // java.lang.Double score
         0: .line 539
            aload 0 /* this */
            aload 1 /* score */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.score:Ljava/lang/Double;
         1: .line 540
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Double score
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            0    2     1  score  Ljava/lang/Double;
    MethodParameters:
       Name  Flags
      score  

  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.RecommendationInner this
         0: .line 549
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.isDynamic:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withIsDynamic(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // java.lang.Boolean isDynamic
         0: .line 559
            aload 0 /* this */
            aload 1 /* isDynamic */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.isDynamic:Ljava/lang/Boolean;
         1: .line 560
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isDynamic
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            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.RecommendationInner this
         0: .line 569
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.extensionName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withExtensionName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // java.lang.String extensionName
         0: .line 579
            aload 0 /* this */
            aload 1 /* extensionName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.extensionName:Ljava/lang/String;
         1: .line 580
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String extensionName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            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.RecommendationInner this
         0: .line 589
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.bladeName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

  public com.microsoft.azure.management.appservice.implementation.RecommendationInner withBladeName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
        start local 1 // java.lang.String bladeName
         0: .line 599
            aload 0 /* this */
            aload 1 /* bladeName */
            putfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.bladeName:Ljava/lang/String;
         1: .line 600
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String bladeName
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;
            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.RecommendationInner this
         0: .line 609
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RecommendationInner.forwardLink:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RecommendationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RecommendationInner;

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