public class com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner 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.SiteExtensionInfoInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.String extensionId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.extension_id")

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner withExtensionType(com.microsoft.azure.management.appservice.SiteExtensionType);
    descriptor: (Lcom/microsoft/azure/management/appservice/SiteExtensionType;)Lcom/microsoft/azure/management/appservice/implementation/SiteExtensionInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner this
        start local 1 // com.microsoft.azure.management.appservice.SiteExtensionType extensionType
         0: .line 200
            aload 0 /* this */
            aload 1 /* extensionType */
            putfield com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner.extensionType:Lcom/microsoft/azure/management/appservice/SiteExtensionType;
         1: .line 201
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.SiteExtensionType extensionType
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/SiteExtensionInfoInner;
            0    2     1  extensionType  Lcom/microsoft/azure/management/appservice/SiteExtensionType;
    MethodParameters:
               Name  Flags
      extensionType  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public org.joda.time.DateTime publishedDateTime();
    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.SiteExtensionInfoInner this
         0: .line 410
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner.publishedDateTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteExtensionInfoInner;

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

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

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

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

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

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

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

  public org.joda.time.DateTime installedDateTime();
    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.SiteExtensionInfoInner this
         0: .line 490
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner.installedDateTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteExtensionInfoInner;

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner withComment(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteExtensionInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner this
        start local 1 // java.lang.String comment
         0: .line 540
            aload 0 /* this */
            aload 1 /* comment */
            putfield com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner.comment:Ljava/lang/String;
         1: .line 541
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String comment
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteExtensionInfoInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/SiteExtensionInfoInner;
            0    2     1  comment  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      comment  
}
SourceFile: "SiteExtensionInfoInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()