@Deprecated public final class IdentifiableGenerationNumber extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
key
Deprecated.
The provider key.
|
Long |
value
Deprecated.
The generation number value for a given provider.
|
| Constructor and Description |
|---|
IdentifiableGenerationNumber()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
Indicates whether this instance and a specified object are equal.
|
int |
hashCode()
Deprecated.
Returns the hash code for this instance.
|
static IdentifiableGenerationNumber |
newInstance(String key,
Long value)
Deprecated.
Returns an instance of this class with the given values.
|
public String key
public Long value
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)
Copyright @ 2012 VMware, Inc. All rights reserved.