public class SourceIdentifier extends Object implements Serializable
| Constructor and Description |
|---|
SourceIdentifier(SourceIdentifier source)
Creates a copy from Source Object.
|
SourceIdentifier(String _value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static SourceIdentifier |
getDefaultInstance(String defaultValue) |
String |
getValue() |
int |
hashCode() |
static List<com.google.common.collect.Range<BigInteger>> |
length()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
String |
toString() |
@ConstructorProperties(value="value") public SourceIdentifier(String _value)
public SourceIdentifier(SourceIdentifier source)
source - Source objectpublic static SourceIdentifier getDefaultInstance(String defaultValue)
public String getValue()
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> length()
Copyright © 2015. All rights reserved.