@Deprecated public class UIntOptions extends Object implements Serializable
Options that define a uint
field in the search index.
Constructor and Description |
---|
UIntOptions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
Integer |
getDefaultValue()
Deprecated.
The default value for an unsigned integer field.
|
int |
hashCode()
Deprecated.
|
void |
setDefaultValue(Integer defaultValue)
Deprecated.
The default value for an unsigned integer field.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
UIntOptions |
withDefaultValue(Integer defaultValue)
Deprecated.
The default value for an unsigned integer field.
|
public Integer getDefaultValue()
Constraints:
Range: 0 -
public void setDefaultValue(Integer defaultValue)
Constraints:
Range: 0 -
defaultValue
- The default value for an unsigned integer field. Optional.public UIntOptions withDefaultValue(Integer defaultValue)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
defaultValue
- The default value for an unsigned integer field. Optional.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.