final class com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl<com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner> implements com.microsoft.azure.management.appservice.DomainLegalAgreement
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl
{
  void <init>(com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner innerModel
         0: .line 24
            aload 0 /* this */
            aload 1 /* innerModel */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 25
            return
        end local 1 // com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner innerModel
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/implementation/DomainLegalAgreementImpl;
            0    2     1  innerModel  Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;
    MethodParameters:
            Name  Flags
      innerModel  

  public java.lang.String agreementKey();
    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.DomainLegalAgreementImpl this
         0: .line 29
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner.agreementKey:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainLegalAgreementImpl;

  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.DomainLegalAgreementImpl this
         0: .line 34
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner.title:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainLegalAgreementImpl;

  public java.lang.String content();
    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.DomainLegalAgreementImpl this
         0: .line 39
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner.content:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainLegalAgreementImpl;

  public java.lang.String url();
    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.DomainLegalAgreementImpl this
         0: .line 44
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.TldLegalAgreementInner.url:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DomainLegalAgreementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DomainLegalAgreementImpl;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<Lcom/microsoft/azure/management/appservice/implementation/TldLegalAgreementInner;>;Lcom/microsoft/azure/management/appservice/DomainLegalAgreement;
SourceFile: "DomainLegalAgreementImpl.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")