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

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

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

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

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

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

  public com.microsoft.azure.management.cosmosdb.IndexingPolicy withAutomatic(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/cosmosdb/IndexingPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.IndexingPolicy this
        start local 1 // java.lang.Boolean automatic
         0: .line 59
            aload 0 /* this */
            aload 1 /* automatic */
            putfield com.microsoft.azure.management.cosmosdb.IndexingPolicy.automatic:Ljava/lang/Boolean;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean automatic
        end local 0 // com.microsoft.azure.management.cosmosdb.IndexingPolicy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/cosmosdb/IndexingPolicy;
            0    2     1  automatic  Ljava/lang/Boolean;
    MethodParameters:
           Name  Flags
      automatic  

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

  public com.microsoft.azure.management.cosmosdb.IndexingPolicy withIndexingMode(com.microsoft.azure.management.cosmosdb.IndexingMode);
    descriptor: (Lcom/microsoft/azure/management/cosmosdb/IndexingMode;)Lcom/microsoft/azure/management/cosmosdb/IndexingPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.IndexingPolicy this
        start local 1 // com.microsoft.azure.management.cosmosdb.IndexingMode indexingMode
         0: .line 79
            aload 0 /* this */
            aload 1 /* indexingMode */
            putfield com.microsoft.azure.management.cosmosdb.IndexingPolicy.indexingMode:Lcom/microsoft/azure/management/cosmosdb/IndexingMode;
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cosmosdb.IndexingMode indexingMode
        end local 0 // com.microsoft.azure.management.cosmosdb.IndexingPolicy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cosmosdb/IndexingPolicy;
            0    2     1  indexingMode  Lcom/microsoft/azure/management/cosmosdb/IndexingMode;
    MethodParameters:
              Name  Flags
      indexingMode  

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

  public com.microsoft.azure.management.cosmosdb.IndexingPolicy withIncludedPaths(java.util.List<com.microsoft.azure.management.cosmosdb.IncludedPath>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cosmosdb/IndexingPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.IndexingPolicy this
        start local 1 // java.util.List includedPaths
         0: .line 99
            aload 0 /* this */
            aload 1 /* includedPaths */
            putfield com.microsoft.azure.management.cosmosdb.IndexingPolicy.includedPaths:Ljava/util/List;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // java.util.List includedPaths
        end local 0 // com.microsoft.azure.management.cosmosdb.IndexingPolicy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/cosmosdb/IndexingPolicy;
            0    2     1  includedPaths  Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/IncludedPath;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/IncludedPath;>;)Lcom/microsoft/azure/management/cosmosdb/IndexingPolicy;
    MethodParameters:
               Name  Flags
      includedPaths  

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

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