public class com.microsoft.azure.management.locks.implementation.PageImpl<T> implements com.microsoft.azure.Page<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.locks.implementation.PageImpl
  super_class: java.lang.Object
{
  private java.lang.String nextPageLink;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "nextLink")

  private java.util.List<T> items;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<TT;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "value")

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

  public java.lang.String nextPageLink();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
         0: .line 41
            aload 0 /* this */
            getfield com.microsoft.azure.management.locks.implementation.PageImpl.nextPageLink:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/locks/implementation/PageImpl<TT;>;

  public java.util.List<T> items();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
         0: .line 51
            aload 0 /* this */
            getfield com.microsoft.azure.management.locks.implementation.PageImpl.items:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/locks/implementation/PageImpl<TT;>;
    Signature: ()Ljava/util/List<TT;>;

  public com.microsoft.azure.management.locks.implementation.PageImpl<T> setNextPageLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/locks/implementation/PageImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
        start local 1 // java.lang.String nextPageLink
         0: .line 61
            aload 0 /* this */
            aload 1 /* nextPageLink */
            putfield com.microsoft.azure.management.locks.implementation.PageImpl.nextPageLink:Ljava/lang/String;
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/locks/implementation/PageImpl<TT;>;
            0    2     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/locks/implementation/PageImpl<TT;>;
    MethodParameters:
              Name  Flags
      nextPageLink  

  public com.microsoft.azure.management.locks.implementation.PageImpl<T> setItems(java.util.List<T>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/locks/implementation/PageImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
        start local 1 // java.util.List items
         0: .line 72
            aload 0 /* this */
            aload 1 /* items */
            putfield com.microsoft.azure.management.locks.implementation.PageImpl.items:Ljava/util/List;
         1: .line 73
            aload 0 /* this */
            areturn
        end local 1 // java.util.List items
        end local 0 // com.microsoft.azure.management.locks.implementation.PageImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/locks/implementation/PageImpl<TT;>;
            0    2     1  items  Ljava/util/List<TT;>;
    Signature: (Ljava/util/List<TT;>;)Lcom/microsoft/azure/management/locks/implementation/PageImpl<TT;>;
    MethodParameters:
       Name  Flags
      items  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/microsoft/azure/Page<TT;>;
SourceFile: "PageImpl.java"