@Beta public final class ClientIdentifier extends Object implements org.opendaylight.yangtools.concepts.WritableIdentifier
Modifier and Type | Method and Description |
---|---|
static ClientIdentifier |
create(FrontendIdentifier frontendId,
long generation) |
boolean |
equals(Object obj) |
FrontendIdentifier |
getFrontendId() |
long |
getGeneration() |
int |
hashCode() |
static ClientIdentifier |
readFrom(DataInput in) |
String |
toString() |
void |
writeTo(DataOutput out) |
public static ClientIdentifier create(FrontendIdentifier frontendId, long generation)
public static ClientIdentifier readFrom(DataInput in) throws IOException
IOException
public void writeTo(DataOutput out) throws IOException
writeTo
in interface org.opendaylight.yangtools.concepts.WritableObject
IOException
public FrontendIdentifier getFrontendId()
public long getGeneration()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2019 OpenDaylight. All rights reserved.