| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractHandle.AbstractBuilder<B extends AbstractHandle.AbstractBuilder<?,?>,T extends AbstractHandle> |
| Modifier and Type | Field and Description |
|---|---|
protected int |
attempt |
protected boolean |
available |
protected CidPath |
cid |
protected long |
elapsed |
protected boolean |
expired |
protected io.nessus.Wallet.Address |
owner |
protected java.lang.String |
txId |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHandle(io.nessus.Wallet.Address owner,
CidPath cid,
java.lang.String txId,
boolean available,
boolean expired,
int attempt,
long elapsed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAttempt() |
io.ipfs.multihash.Multihash |
getCid() |
CidPath |
getCidPath() |
long |
getElapsed() |
java.lang.String |
getLabel() |
io.nessus.Wallet.Address |
getOwner() |
java.lang.String |
getTxId() |
int |
hashCode() |
boolean |
isAvailable() |
boolean |
isExpired() |
boolean |
isMissing() |
protected final io.nessus.Wallet.Address owner
protected final CidPath cid
protected final java.lang.String txId
protected final boolean available
protected final boolean expired
protected final int attempt
protected final long elapsed
protected AbstractHandle(io.nessus.Wallet.Address owner,
CidPath cid,
java.lang.String txId,
boolean available,
boolean expired,
int attempt,
long elapsed)
public io.ipfs.multihash.Multihash getCid()
public CidPath getCidPath()
public io.nessus.Wallet.Address getOwner()
public java.lang.String getLabel()
public java.lang.String getTxId()
public boolean isAvailable()
public boolean isExpired()
public int getAttempt()
public long getElapsed()
public boolean isMissing()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2019. All rights reserved.