Class B2ListKeysRequestReal


  • public class B2ListKeysRequestReal
    extends java.lang.Object
    NOTE: B2ListKeysRequestReal has the attributes needed by the B2 API. That's why it's name ends with 'Real'. Code that calls B2StorageClient uses B2ListKeysRequest (with no 'Real' at the end) instead. The B2StorageClient creates a 'Real' request by adding the accountId to the non-real version before sending it to the webifier.
    • Constructor Detail

      • B2ListKeysRequestReal

        public B2ListKeysRequestReal​(java.lang.String accountId,
                                     java.lang.Integer maxKeyCount,
                                     java.lang.String startApplicationKeyId)
    • Method Detail

      • getAccountId

        public java.lang.String getAccountId()
      • getMaxKeyCount

        public java.lang.Integer getMaxKeyCount()
      • getStartApplicationKeyId

        public java.lang.String getStartApplicationKeyId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object