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

  private com.microsoft.azure.management.compute.VMGuestPatchRebootSetting rebootSetting;
    descriptor: Lcom/microsoft/azure/management/compute/VMGuestPatchRebootSetting;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "rebootSetting", required = true)

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

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

  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.VirtualMachineInstallPatchesParameters this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;

  public java.lang.String maximumDuration();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
         0: .line 50
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters.maximumDuration:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;

  public com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters withMaximumDuration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
        start local 1 // java.lang.String maximumDuration
         0: .line 60
            aload 0 /* this */
            aload 1 /* maximumDuration */
            putfield com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters.maximumDuration:Ljava/lang/String;
         1: .line 61
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String maximumDuration
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
            0    2     1  maximumDuration  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      maximumDuration  

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

  public com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters withRebootSetting(com.microsoft.azure.management.compute.VMGuestPatchRebootSetting);
    descriptor: (Lcom/microsoft/azure/management/compute/VMGuestPatchRebootSetting;)Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
        start local 1 // com.microsoft.azure.management.compute.VMGuestPatchRebootSetting rebootSetting
         0: .line 80
            aload 0 /* this */
            aload 1 /* rebootSetting */
            putfield com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters.rebootSetting:Lcom/microsoft/azure/management/compute/VMGuestPatchRebootSetting;
         1: .line 81
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.VMGuestPatchRebootSetting rebootSetting
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
            0    2     1  rebootSetting  Lcom/microsoft/azure/management/compute/VMGuestPatchRebootSetting;
    MethodParameters:
               Name  Flags
      rebootSetting  

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

  public com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters withWindowsParameters(com.microsoft.azure.management.compute.WindowsParameters);
    descriptor: (Lcom/microsoft/azure/management/compute/WindowsParameters;)Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
        start local 1 // com.microsoft.azure.management.compute.WindowsParameters windowsParameters
         0: .line 100
            aload 0 /* this */
            aload 1 /* windowsParameters */
            putfield com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters.windowsParameters:Lcom/microsoft/azure/management/compute/WindowsParameters;
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.WindowsParameters windowsParameters
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
            0    2     1  windowsParameters  Lcom/microsoft/azure/management/compute/WindowsParameters;
    MethodParameters:
                   Name  Flags
      windowsParameters  

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

  public com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters withLinuxParameters(com.microsoft.azure.management.compute.LinuxParameters);
    descriptor: (Lcom/microsoft/azure/management/compute/LinuxParameters;)Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
        start local 1 // com.microsoft.azure.management.compute.LinuxParameters linuxParameters
         0: .line 120
            aload 0 /* this */
            aload 1 /* linuxParameters */
            putfield com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters.linuxParameters:Lcom/microsoft/azure/management/compute/LinuxParameters;
         1: .line 121
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.LinuxParameters linuxParameters
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/compute/VirtualMachineInstallPatchesParameters;
            0    2     1  linuxParameters  Lcom/microsoft/azure/management/compute/LinuxParameters;
    MethodParameters:
                 Name  Flags
      linuxParameters  
}
SourceFile: "VirtualMachineInstallPatchesParameters.java"