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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.compute.OperatingSystemTypes osType();
    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.SnapshotUpdate this
         0: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.SnapshotUpdate.osType:Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
            areturn
        end local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/SnapshotUpdate;

  public com.microsoft.azure.management.compute.SnapshotUpdate withOsType(com.microsoft.azure.management.compute.OperatingSystemTypes);
    descriptor: (Lcom/microsoft/azure/management/compute/OperatingSystemTypes;)Lcom/microsoft/azure/management/compute/SnapshotUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
        start local 1 // com.microsoft.azure.management.compute.OperatingSystemTypes osType
         0: .line 90
            aload 0 /* this */
            aload 1 /* osType */
            putfield com.microsoft.azure.management.compute.SnapshotUpdate.osType:Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
         1: .line 91
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.OperatingSystemTypes osType
        end local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/compute/SnapshotUpdate;
            0    2     1  osType  Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
    MethodParameters:
        Name  Flags
      osType  

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

  public com.microsoft.azure.management.compute.SnapshotUpdate withDiskSizeGB(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/compute/SnapshotUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
        start local 1 // java.lang.Integer diskSizeGB
         0: .line 110
            aload 0 /* this */
            aload 1 /* diskSizeGB */
            putfield com.microsoft.azure.management.compute.SnapshotUpdate.diskSizeGB:Ljava/lang/Integer;
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer diskSizeGB
        end local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/compute/SnapshotUpdate;
            0    2     1  diskSizeGB  Ljava/lang/Integer;
    MethodParameters:
            Name  Flags
      diskSizeGB  

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

  public com.microsoft.azure.management.compute.SnapshotUpdate withEncryptionSettingsCollection(com.microsoft.azure.management.compute.EncryptionSettingsCollection);
    descriptor: (Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;)Lcom/microsoft/azure/management/compute/SnapshotUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
        start local 1 // com.microsoft.azure.management.compute.EncryptionSettingsCollection encryptionSettingsCollection
         0: .line 130
            aload 0 /* this */
            aload 1 /* encryptionSettingsCollection */
            putfield com.microsoft.azure.management.compute.SnapshotUpdate.encryptionSettingsCollection:Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.EncryptionSettingsCollection encryptionSettingsCollection
        end local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lcom/microsoft/azure/management/compute/SnapshotUpdate;
            0    2     1  encryptionSettingsCollection  Lcom/microsoft/azure/management/compute/EncryptionSettingsCollection;
    MethodParameters:
                              Name  Flags
      encryptionSettingsCollection  

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

  public com.microsoft.azure.management.compute.SnapshotUpdate withEncryption(com.microsoft.azure.management.compute.Encryption);
    descriptor: (Lcom/microsoft/azure/management/compute/Encryption;)Lcom/microsoft/azure/management/compute/SnapshotUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
        start local 1 // com.microsoft.azure.management.compute.Encryption encryption
         0: .line 150
            aload 0 /* this */
            aload 1 /* encryption */
            putfield com.microsoft.azure.management.compute.SnapshotUpdate.encryption:Lcom/microsoft/azure/management/compute/Encryption;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.Encryption encryption
        end local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/compute/SnapshotUpdate;
            0    2     1  encryption  Lcom/microsoft/azure/management/compute/Encryption;
    MethodParameters:
            Name  Flags
      encryption  

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

  public com.microsoft.azure.management.compute.SnapshotUpdate withNetworkAccessPolicy(com.microsoft.azure.management.compute.NetworkAccessPolicy);
    descriptor: (Lcom/microsoft/azure/management/compute/NetworkAccessPolicy;)Lcom/microsoft/azure/management/compute/SnapshotUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
        start local 1 // com.microsoft.azure.management.compute.NetworkAccessPolicy networkAccessPolicy
         0: .line 170
            aload 0 /* this */
            aload 1 /* networkAccessPolicy */
            putfield com.microsoft.azure.management.compute.SnapshotUpdate.networkAccessPolicy:Lcom/microsoft/azure/management/compute/NetworkAccessPolicy;
         1: .line 171
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.NetworkAccessPolicy networkAccessPolicy
        end local 0 // com.microsoft.azure.management.compute.SnapshotUpdate this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/compute/SnapshotUpdate;
            0    2     1  networkAccessPolicy  Lcom/microsoft/azure/management/compute/NetworkAccessPolicy;
    MethodParameters:
                     Name  Flags
      networkAccessPolicy  

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

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

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

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

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

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