public class UIntOptions extends Object implements Serializable
Options that define a uint
field in the search index.
Constructor and Description |
---|
UIntOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getDefaultValue()
The default value for an unsigned integer field.
|
int |
hashCode() |
void |
setDefaultValue(Integer defaultValue)
The default value for an unsigned integer field.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UIntOptions |
withDefaultValue(Integer defaultValue)
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.