|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearch.model.UIntOptions
public class UIntOptions
Options that define a uint
field in the search index.
Constructor Summary | |
---|---|
UIntOptions()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UIntOptions()
Method Detail |
---|
public Integer getDefaultValue()
Constraints:
Range: 0 -
public void setDefaultValue(Integer defaultValue)
Constraints:
Range: 0 -
defaultValue
- The default value for an unsigned integer field.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.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |