public class com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner
  super_class: java.lang.Object
{
  private java.lang.Object template;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "template")

  private com.microsoft.azure.management.resources.ErrorResponse error;
    descriptor: Lcom/microsoft/azure/management/resources/ErrorResponse;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "error")

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

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

  public com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner withTemplate(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner this
        start local 1 // java.lang.Object template
         0: .line 46
            aload 0 /* this */
            aload 1 /* template */
            putfield com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner.template:Ljava/lang/Object;
         1: .line 47
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object template
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;
            0    2     1  template  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      template  

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

  public com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner withError(com.microsoft.azure.management.resources.ErrorResponse);
    descriptor: (Lcom/microsoft/azure/management/resources/ErrorResponse;)Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner this
        start local 1 // com.microsoft.azure.management.resources.ErrorResponse error
         0: .line 66
            aload 0 /* this */
            aload 1 /* error */
            putfield com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner.error:Lcom/microsoft/azure/management/resources/ErrorResponse;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.resources.ErrorResponse error
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;
            0    2     1  error  Lcom/microsoft/azure/management/resources/ErrorResponse;
    MethodParameters:
       Name  Flags
      error  
}
SourceFile: "ResourceGroupExportResultInner.java"