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

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

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

  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")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;

  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.resources.ResourceGroupPatchable this
         0: .line 48
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ResourceGroupPatchable.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;

  public com.microsoft.azure.management.resources.ResourceGroupPatchable withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
        start local 1 // java.lang.String name
         0: .line 58
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.resources.ResourceGroupPatchable.name:Ljava/lang/String;
         1: .line 59
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.resources.ResourceGroupProperties properties();
    descriptor: ()Lcom/microsoft/azure/management/resources/ResourceGroupProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
         0: .line 68
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ResourceGroupPatchable.properties:Lcom/microsoft/azure/management/resources/ResourceGroupProperties;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;

  public com.microsoft.azure.management.resources.ResourceGroupPatchable withProperties(com.microsoft.azure.management.resources.ResourceGroupProperties);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroupProperties;)Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
        start local 1 // com.microsoft.azure.management.resources.ResourceGroupProperties properties
         0: .line 78
            aload 0 /* this */
            aload 1 /* properties */
            putfield com.microsoft.azure.management.resources.ResourceGroupPatchable.properties:Lcom/microsoft/azure/management/resources/ResourceGroupProperties;
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.resources.ResourceGroupProperties properties
        end local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;
            0    2     1  properties  Lcom/microsoft/azure/management/resources/ResourceGroupProperties;
    MethodParameters:
            Name  Flags
      properties  

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

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

  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.resources.ResourceGroupPatchable this
         0: .line 108
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ResourceGroupPatchable.tags:Ljava/util/Map;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public com.microsoft.azure.management.resources.ResourceGroupPatchable withTags(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
        start local 1 // java.util.Map tags
         0: .line 118
            aload 0 /* this */
            aload 1 /* tags */
            putfield com.microsoft.azure.management.resources.ResourceGroupPatchable.tags:Ljava/util/Map;
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map tags
        end local 0 // com.microsoft.azure.management.resources.ResourceGroupPatchable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/resources/ResourceGroupPatchable;
            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/resources/ResourceGroupPatchable;
    MethodParameters:
      Name  Flags
      tags  
}
SourceFile: "ResourceGroupPatchable.java"