|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vmware.vise.core.model.IdentifiableGenerationNumber
public final class IdentifiableGenerationNumber
Contains a generation number (for some object or resource) and a key representing the source of the generation number.
Field Summary | |
---|---|
String |
key
The provider key. |
Long |
value
The generation number value for a given provider. |
Constructor Summary | |
---|---|
IdentifiableGenerationNumber()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
Indicates whether this instance and a specified object are equal. |
int |
hashCode()
Returns the hash code for this instance. |
static IdentifiableGenerationNumber |
newInstance(String key,
Long value)
Returns an instance of this class with the given values. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String key
public Long value
Constructor Detail |
---|
public IdentifiableGenerationNumber()
Method Detail |
---|
public static IdentifiableGenerationNumber newInstance(String key, Long value)
key
- The provider key.value
- The generation number value for a given provider.public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |