public class ContentReference extends Object
Constructor and Description |
---|
ContentReference(String contentIdentifier,
byte[] hash) |
ContentReference(String contentIdentifier,
byte[] hash,
long timestamp) |
ContentReference(String contentIdentifier,
String hexHash) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContentIdentifier() |
byte[] |
getHash() |
String |
getHexHash() |
int |
hashCode() |
String |
toString() |
public ContentReference(String contentIdentifier, byte[] hash)
public ContentReference(String contentIdentifier, byte[] hash, long timestamp)
Copyright © 2023 JBoss by Red Hat. All rights reserved.