@ProtoTypeId(value=1009) public class IracMetadata extends Object
| Constructor and Description |
|---|
IracMetadata(String site,
IracEntryVersion version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSite() |
IracEntryVersion |
getVersion() |
int |
hashCode() |
static IracMetadata |
readFrom(ObjectInput in) |
String |
toString() |
void |
writeTo(ObjectOutput out) |
static void |
writeTo(ObjectOutput output,
IracMetadata metadata) |
@ProtoFactory public IracMetadata(String site, IracEntryVersion version)
public static void writeTo(ObjectOutput output, IracMetadata metadata) throws IOException
IOExceptionpublic static IracMetadata readFrom(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundException@ProtoField(number=1) public String getSite()
@ProtoField(number=2) public IracEntryVersion getVersion()
public void writeTo(ObjectOutput out) throws IOException
IOExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.