public class SFHandle extends Object
| Constructor and Description |
|---|
SFHandle() |
SFHandle(String cid,
String owner,
String path,
boolean available,
boolean encrypted) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttempts() |
String |
getCid() |
Long |
getElapsed() |
String |
getOwner() |
String |
getPath() |
String |
getTxId() |
boolean |
isAvailable() |
boolean |
isEncrypted() |
boolean |
isExpired() |
void |
setAttempts(int attempts) |
void |
setAvailable(boolean available) |
void |
setCid(String cid) |
void |
setElapsed(Long elapsed) |
void |
setEncrypted(boolean encrypted) |
void |
setExpired(boolean expired) |
void |
setOwner(String owner) |
void |
setPath(String path) |
void |
setTxId(String txId) |
String |
toString() |
public String getCid()
public void setCid(String cid)
public String getOwner()
public void setOwner(String owner)
public String getPath()
public void setPath(String path)
public String getTxId()
public void setTxId(String txId)
public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public boolean isAvailable()
public void setAvailable(boolean available)
public boolean isExpired()
public void setExpired(boolean expired)
public int getAttempts()
public void setAttempts(int attempts)
public Long getElapsed()
public void setElapsed(Long elapsed)
Copyright © 2018. All rights reserved.