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

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

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

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

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

  public com.microsoft.azure.management.compute.PassNames passName();
    descriptor: ()Lcom/microsoft/azure/management/compute/PassNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
         0: .line 57
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.AdditionalUnattendContent.passName:Lcom/microsoft/azure/management/compute/PassNames;
            areturn
        end local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;

  public com.microsoft.azure.management.compute.AdditionalUnattendContent withPassName(com.microsoft.azure.management.compute.PassNames);
    descriptor: (Lcom/microsoft/azure/management/compute/PassNames;)Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
        start local 1 // com.microsoft.azure.management.compute.PassNames passName
         0: .line 67
            aload 0 /* this */
            aload 1 /* passName */
            putfield com.microsoft.azure.management.compute.AdditionalUnattendContent.passName:Lcom/microsoft/azure/management/compute/PassNames;
         1: .line 68
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.PassNames passName
        end local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
            0    2     1  passName  Lcom/microsoft/azure/management/compute/PassNames;
    MethodParameters:
          Name  Flags
      passName  

  public com.microsoft.azure.management.compute.ComponentNames componentName();
    descriptor: ()Lcom/microsoft/azure/management/compute/ComponentNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
         0: .line 77
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.AdditionalUnattendContent.componentName:Lcom/microsoft/azure/management/compute/ComponentNames;
            areturn
        end local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;

  public com.microsoft.azure.management.compute.AdditionalUnattendContent withComponentName(com.microsoft.azure.management.compute.ComponentNames);
    descriptor: (Lcom/microsoft/azure/management/compute/ComponentNames;)Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
        start local 1 // com.microsoft.azure.management.compute.ComponentNames componentName
         0: .line 87
            aload 0 /* this */
            aload 1 /* componentName */
            putfield com.microsoft.azure.management.compute.AdditionalUnattendContent.componentName:Lcom/microsoft/azure/management/compute/ComponentNames;
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.ComponentNames componentName
        end local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
            0    2     1  componentName  Lcom/microsoft/azure/management/compute/ComponentNames;
    MethodParameters:
               Name  Flags
      componentName  

  public com.microsoft.azure.management.compute.SettingNames settingName();
    descriptor: ()Lcom/microsoft/azure/management/compute/SettingNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
         0: .line 97
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.AdditionalUnattendContent.settingName:Lcom/microsoft/azure/management/compute/SettingNames;
            areturn
        end local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;

  public com.microsoft.azure.management.compute.AdditionalUnattendContent withSettingName(com.microsoft.azure.management.compute.SettingNames);
    descriptor: (Lcom/microsoft/azure/management/compute/SettingNames;)Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
        start local 1 // com.microsoft.azure.management.compute.SettingNames settingName
         0: .line 107
            aload 0 /* this */
            aload 1 /* settingName */
            putfield com.microsoft.azure.management.compute.AdditionalUnattendContent.settingName:Lcom/microsoft/azure/management/compute/SettingNames;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.SettingNames settingName
        end local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
            0    2     1  settingName  Lcom/microsoft/azure/management/compute/SettingNames;
    MethodParameters:
             Name  Flags
      settingName  

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

  public com.microsoft.azure.management.compute.AdditionalUnattendContent withContent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
        start local 1 // java.lang.String content
         0: .line 127
            aload 0 /* this */
            aload 1 /* content */
            putfield com.microsoft.azure.management.compute.AdditionalUnattendContent.content:Ljava/lang/String;
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String content
        end local 0 // com.microsoft.azure.management.compute.AdditionalUnattendContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/compute/AdditionalUnattendContent;
            0    2     1  content  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      content  
}
SourceFile: "AdditionalUnattendContent.java"