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

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

  private java.lang.String _etag;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "_etag", 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.cosmosdb.ExtendedResourceProperties this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cosmosdb.ExtendedResourceProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cosmosdb/ExtendedResourceProperties;

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

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

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