public class com.microsoft.azure.management.compute.WindowsParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.WindowsParameters
  super_class: java.lang.Object
{
  private java.util.List<com.microsoft.azure.management.compute.VMGuestPatchClassificationWindows> classificationsToInclude;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/VMGuestPatchClassificationWindows;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "classificationsToInclude")

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

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

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

  private org.joda.time.DateTime maxPatchPublishDate;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "maxPatchPublishDate")

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

  public java.util.List<com.microsoft.azure.management.compute.VMGuestPatchClassificationWindows> classificationsToInclude();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.WindowsParameters this
         0: .line 58
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.WindowsParameters.classificationsToInclude:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.compute.WindowsParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/WindowsParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/compute/VMGuestPatchClassificationWindows;>;

  public com.microsoft.azure.management.compute.WindowsParameters withClassificationsToInclude(java.util.List<com.microsoft.azure.management.compute.VMGuestPatchClassificationWindows>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.WindowsParameters this
        start local 1 // java.util.List classificationsToInclude
         0: .line 68
            aload 0 /* this */
            aload 1 /* classificationsToInclude */
            putfield com.microsoft.azure.management.compute.WindowsParameters.classificationsToInclude:Ljava/util/List;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // java.util.List classificationsToInclude
        end local 0 // com.microsoft.azure.management.compute.WindowsParameters this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/compute/WindowsParameters;
            0    2     1  classificationsToInclude  Ljava/util/List<Lcom/microsoft/azure/management/compute/VMGuestPatchClassificationWindows;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/compute/VMGuestPatchClassificationWindows;>;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    MethodParameters:
                          Name  Flags
      classificationsToInclude  

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

  public com.microsoft.azure.management.compute.WindowsParameters withKbNumbersToInclude(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.WindowsParameters this
        start local 1 // java.util.List kbNumbersToInclude
         0: .line 88
            aload 0 /* this */
            aload 1 /* kbNumbersToInclude */
            putfield com.microsoft.azure.management.compute.WindowsParameters.kbNumbersToInclude:Ljava/util/List;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.util.List kbNumbersToInclude
        end local 0 // com.microsoft.azure.management.compute.WindowsParameters this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/compute/WindowsParameters;
            0    2     1  kbNumbersToInclude  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    MethodParameters:
                    Name  Flags
      kbNumbersToInclude  

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

  public com.microsoft.azure.management.compute.WindowsParameters withKbNumbersToExclude(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.WindowsParameters this
        start local 1 // java.util.List kbNumbersToExclude
         0: .line 108
            aload 0 /* this */
            aload 1 /* kbNumbersToExclude */
            putfield com.microsoft.azure.management.compute.WindowsParameters.kbNumbersToExclude:Ljava/util/List;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.util.List kbNumbersToExclude
        end local 0 // com.microsoft.azure.management.compute.WindowsParameters this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/compute/WindowsParameters;
            0    2     1  kbNumbersToExclude  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    MethodParameters:
                    Name  Flags
      kbNumbersToExclude  

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

  public com.microsoft.azure.management.compute.WindowsParameters withExcludeKbsRequiringReboot(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.WindowsParameters this
        start local 1 // java.lang.Boolean excludeKbsRequiringReboot
         0: .line 128
            aload 0 /* this */
            aload 1 /* excludeKbsRequiringReboot */
            putfield com.microsoft.azure.management.compute.WindowsParameters.excludeKbsRequiringReboot:Ljava/lang/Boolean;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean excludeKbsRequiringReboot
        end local 0 // com.microsoft.azure.management.compute.WindowsParameters this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/compute/WindowsParameters;
            0    2     1  excludeKbsRequiringReboot  Ljava/lang/Boolean;
    MethodParameters:
                           Name  Flags
      excludeKbsRequiringReboot  

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

  public com.microsoft.azure.management.compute.WindowsParameters withMaxPatchPublishDate(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/compute/WindowsParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.WindowsParameters this
        start local 1 // org.joda.time.DateTime maxPatchPublishDate
         0: .line 148
            aload 0 /* this */
            aload 1 /* maxPatchPublishDate */
            putfield com.microsoft.azure.management.compute.WindowsParameters.maxPatchPublishDate:Lorg/joda/time/DateTime;
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime maxPatchPublishDate
        end local 0 // com.microsoft.azure.management.compute.WindowsParameters this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/compute/WindowsParameters;
            0    2     1  maxPatchPublishDate  Lorg/joda/time/DateTime;
    MethodParameters:
                     Name  Flags
      maxPatchPublishDate  
}
SourceFile: "WindowsParameters.java"