public class com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
  super_class: java.lang.Object
{
  private java.util.List<java.lang.String> paths;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "paths")

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

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

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

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

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

  public com.microsoft.azure.management.cosmosdb.PartitionKind kind();
    descriptor: ()Lcom/microsoft/azure/management/cosmosdb/PartitionKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cosmosdb.ContainerPartitionKey this
         0: .line 64
            aload 0 /* this */
            getfield com.microsoft.azure.management.cosmosdb.ContainerPartitionKey.kind:Lcom/microsoft/azure/management/cosmosdb/PartitionKind;
            areturn
        end local 0 // com.microsoft.azure.management.cosmosdb.ContainerPartitionKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cosmosdb/ContainerPartitionKey;

  public com.microsoft.azure.management.cosmosdb.ContainerPartitionKey withKind(com.microsoft.azure.management.cosmosdb.PartitionKind);
    descriptor: (Lcom/microsoft/azure/management/cosmosdb/PartitionKind;)Lcom/microsoft/azure/management/cosmosdb/ContainerPartitionKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.ContainerPartitionKey this
        start local 1 // com.microsoft.azure.management.cosmosdb.PartitionKind kind
         0: .line 74
            aload 0 /* this */
            aload 1 /* kind */
            putfield com.microsoft.azure.management.cosmosdb.ContainerPartitionKey.kind:Lcom/microsoft/azure/management/cosmosdb/PartitionKind;
         1: .line 75
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cosmosdb.PartitionKind kind
        end local 0 // com.microsoft.azure.management.cosmosdb.ContainerPartitionKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/cosmosdb/ContainerPartitionKey;
            0    2     1  kind  Lcom/microsoft/azure/management/cosmosdb/PartitionKind;
    MethodParameters:
      Name  Flags
      kind  

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

  public com.microsoft.azure.management.cosmosdb.ContainerPartitionKey withVersion(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cosmosdb/ContainerPartitionKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.ContainerPartitionKey this
        start local 1 // java.lang.Integer version
         0: .line 94
            aload 0 /* this */
            aload 1 /* version */
            putfield com.microsoft.azure.management.cosmosdb.ContainerPartitionKey.version:Ljava/lang/Integer;
         1: .line 95
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer version
        end local 0 // com.microsoft.azure.management.cosmosdb.ContainerPartitionKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cosmosdb/ContainerPartitionKey;
            0    2     1  version  Ljava/lang/Integer;
    MethodParameters:
         Name  Flags
      version  
}
SourceFile: "ContainerPartitionKey.java"