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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/LeaseContainerRequest;

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

  public com.microsoft.azure.management.storage.LeaseContainerRequest withAction(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
        start local 1 // java.lang.String action
         0: .line 68
            aload 0 /* this */
            aload 1 /* action */
            putfield com.microsoft.azure.management.storage.LeaseContainerRequest.action:Ljava/lang/String;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String action
        end local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
            0    2     1  action  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      action  

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

  public com.microsoft.azure.management.storage.LeaseContainerRequest withLeaseId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
        start local 1 // java.lang.String leaseId
         0: .line 88
            aload 0 /* this */
            aload 1 /* leaseId */
            putfield com.microsoft.azure.management.storage.LeaseContainerRequest.leaseId:Ljava/lang/String;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String leaseId
        end local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
            0    2     1  leaseId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      leaseId  

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

  public com.microsoft.azure.management.storage.LeaseContainerRequest withBreakPeriod(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
        start local 1 // java.lang.Integer breakPeriod
         0: .line 108
            aload 0 /* this */
            aload 1 /* breakPeriod */
            putfield com.microsoft.azure.management.storage.LeaseContainerRequest.breakPeriod:Ljava/lang/Integer;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer breakPeriod
        end local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
            0    2     1  breakPeriod  Ljava/lang/Integer;
    MethodParameters:
             Name  Flags
      breakPeriod  

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

  public com.microsoft.azure.management.storage.LeaseContainerRequest withLeaseDuration(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
        start local 1 // java.lang.Integer leaseDuration
         0: .line 128
            aload 0 /* this */
            aload 1 /* leaseDuration */
            putfield com.microsoft.azure.management.storage.LeaseContainerRequest.leaseDuration:Ljava/lang/Integer;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer leaseDuration
        end local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
            0    2     1  leaseDuration  Ljava/lang/Integer;
    MethodParameters:
               Name  Flags
      leaseDuration  

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

  public com.microsoft.azure.management.storage.LeaseContainerRequest withProposedLeaseId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
        start local 1 // java.lang.String proposedLeaseId
         0: .line 148
            aload 0 /* this */
            aload 1 /* proposedLeaseId */
            putfield com.microsoft.azure.management.storage.LeaseContainerRequest.proposedLeaseId:Ljava/lang/String;
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String proposedLeaseId
        end local 0 // com.microsoft.azure.management.storage.LeaseContainerRequest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/storage/LeaseContainerRequest;
            0    2     1  proposedLeaseId  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      proposedLeaseId  
}
SourceFile: "LeaseContainerRequest.java"