@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
IOException
public static IracMetadata readFrom(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
@ProtoField(number=1) public String getSite()
@ProtoField(number=2) public IracEntryVersion getVersion()
public void writeTo(ObjectOutput out) throws IOException
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.