public class AuidContinuationToken extends Object
| Constructor and Description |
|---|
AuidContinuationToken(String webRequestContinuationToken)
Constructor from a web request continuation token.
|
AuidContinuationToken(String auid,
Integer iteratorHashCode)
Constructor from members.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuid()
Provides the last archival unit identifier transferred.
|
Integer |
getIteratorHashCode()
Provides the hash code of the iterator used.
|
String |
toString() |
String |
toWebResponseContinuationToken()
Provides this object in the form of a web response continuation token.
|
public AuidContinuationToken(String webRequestContinuationToken) throws IllegalArgumentException
webRequestContinuationToken - A String with the web request continuation token.IllegalArgumentException - if the web request continuation token is not syntactically valid.public String getAuid()
public Integer getIteratorHashCode()
public String toWebResponseContinuationToken()
Copyright © 2000–2020 LOCKSS Program. All rights reserved.