@ExportedBean public class FingerprintRecord extends Object implements Serializable
Constructor and Description |
---|
FingerprintRecord(boolean produced,
String bucket,
String name,
String region,
String md5sum) |
Modifier and Type | Method and Description |
---|---|
S3Artifact |
getArtifact() |
String |
getFingerprint() |
String |
getLink() |
String |
getName() |
boolean |
isKeepForever() |
boolean |
isShowDirectlyInBrowser() |
void |
setKeepForever(boolean keepForever) |
void |
setShowDirectlyInBrowser(boolean showDirectlyInBrowser) |
public boolean isKeepForever()
public void setKeepForever(boolean keepForever)
public boolean isShowDirectlyInBrowser()
public void setShowDirectlyInBrowser(boolean showDirectlyInBrowser)
@Exported public String getName()
@Exported public String getLink()
@Exported public String getFingerprint()
@Exported public S3Artifact getArtifact()
Copyright © 2016–2021. All rights reserved.