public class com.microsoft.azure.management.cosmosdb.FailoverPolicy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cosmosdb.FailoverPolicy
  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", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

  public com.microsoft.azure.management.cosmosdb.FailoverPolicy withFailoverPriority(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cosmosdb/FailoverPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cosmosdb.FailoverPolicy this
        start local 1 // java.lang.Integer failoverPriority
         0: .line 85
            aload 0 /* this */
            aload 1 /* failoverPriority */
            putfield com.microsoft.azure.management.cosmosdb.FailoverPolicy.failoverPriority:Ljava/lang/Integer;
         1: .line 86
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer failoverPriority
        end local 0 // com.microsoft.azure.management.cosmosdb.FailoverPolicy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/cosmosdb/FailoverPolicy;
            0    2     1  failoverPriority  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      failoverPriority  
}
SourceFile: "FailoverPolicy.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty