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