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

  private java.util.Map<java.lang.String, java.lang.String> shardKey;
    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 = "shardKey")

  private java.util.List<com.microsoft.azure.management.cosmosdb.MongoIndex> indexes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/MongoIndex;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "indexes")

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

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

  public com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource withId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cosmosdb/MongoDBCollectionResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource this
        start local 1 // java.lang.String id
         0: .line 53
            aload 0 /* this */
            aload 1 /* id */
            putfield com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource.id:Ljava/lang/String;
         1: .line 54
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/cosmosdb/MongoDBCollectionResource;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

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

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

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

  public com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource withIndexes(java.util.List<com.microsoft.azure.management.cosmosdb.MongoIndex>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cosmosdb/MongoDBCollectionResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource this
        start local 1 // java.util.List indexes
         0: .line 93
            aload 0 /* this */
            aload 1 /* indexes */
            putfield com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource.indexes:Ljava/util/List;
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // java.util.List indexes
        end local 0 // com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cosmosdb/MongoDBCollectionResource;
            0    2     1  indexes  Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/MongoIndex;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/MongoIndex;>;)Lcom/microsoft/azure/management/cosmosdb/MongoDBCollectionResource;
    MethodParameters:
         Name  Flags
      indexes  
}
SourceFile: "MongoDBCollectionResource.java"