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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.FunctionEnvelopeInner withConfig(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/microsoft/azure/management/appservice/implementation/FunctionEnvelopeInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.FunctionEnvelopeInner this
        start local 1 // java.lang.Object config
         0: .line 255
            aload 0 /* this */
            aload 1 /* config */
            putfield com.microsoft.azure.management.appservice.implementation.FunctionEnvelopeInner.config:Ljava/lang/Object;
         1: .line 256
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object config
        end local 0 // com.microsoft.azure.management.appservice.implementation.FunctionEnvelopeInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/FunctionEnvelopeInner;
            0    2     1  config  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      config  

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

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

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

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

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

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

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

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

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

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