public class com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties
  super_class: java.lang.Object
{
  private java.lang.String patchId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "patchId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String version;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "version", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String kbId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "kbId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<java.lang.String> classifications;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "classifications", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.compute.VMGuestPatchRebootBehavior rebootBehavior;
    descriptor: Lcom/microsoft/azure/management/compute/VMGuestPatchRebootBehavior;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "rebootBehavior", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String activityId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "activityId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime publishedDate;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "publishedDate", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime lastModifiedDateTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "lastModifiedDateTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.compute.PatchAssessmentState assessmentState;
    descriptor: Lcom/microsoft/azure/management/compute/PatchAssessmentState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "assessmentState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

  public org.joda.time.DateTime publishedDate();
    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.VirtualMachineSoftwarePatchProperties this
         0: .line 152
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties.publishedDate:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineSoftwarePatchProperties;

  public org.joda.time.DateTime lastModifiedDateTime();
    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.VirtualMachineSoftwarePatchProperties this
         0: .line 161
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties.lastModifiedDateTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineSoftwarePatchProperties;

  public com.microsoft.azure.management.compute.PatchAssessmentState assessmentState();
    descriptor: ()Lcom/microsoft/azure/management/compute/PatchAssessmentState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties this
         0: .line 170
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties.assessmentState:Lcom/microsoft/azure/management/compute/PatchAssessmentState;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineSoftwarePatchProperties;
}
SourceFile: "VirtualMachineSoftwarePatchProperties.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty