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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.compute.GalleryApplicationUpdate withEndOfLifeDate(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/compute/GalleryApplicationUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryApplicationUpdate this
        start local 1 // org.joda.time.DateTime endOfLifeDate
         0: .line 159
            aload 0 /* this */
            aload 1 /* endOfLifeDate */
            putfield com.microsoft.azure.management.compute.GalleryApplicationUpdate.endOfLifeDate:Lorg/joda/time/DateTime;
         1: .line 160
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime endOfLifeDate
        end local 0 // com.microsoft.azure.management.compute.GalleryApplicationUpdate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/GalleryApplicationUpdate;
            0    2     1  endOfLifeDate  Lorg/joda/time/DateTime;
    MethodParameters:
               Name  Flags
      endOfLifeDate  

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

  public com.microsoft.azure.management.compute.GalleryApplicationUpdate withSupportedOSType(com.microsoft.azure.management.compute.OperatingSystemTypes);
    descriptor: (Lcom/microsoft/azure/management/compute/OperatingSystemTypes;)Lcom/microsoft/azure/management/compute/GalleryApplicationUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryApplicationUpdate this
        start local 1 // com.microsoft.azure.management.compute.OperatingSystemTypes supportedOSType
         0: .line 179
            aload 0 /* this */
            aload 1 /* supportedOSType */
            putfield com.microsoft.azure.management.compute.GalleryApplicationUpdate.supportedOSType:Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
         1: .line 180
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.OperatingSystemTypes supportedOSType
        end local 0 // com.microsoft.azure.management.compute.GalleryApplicationUpdate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/compute/GalleryApplicationUpdate;
            0    2     1  supportedOSType  Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
    MethodParameters:
                 Name  Flags
      supportedOSType  
}
SourceFile: "GalleryApplicationUpdate.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()