Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class UIntOptions

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.UIntOptions
All Implemented Interfaces:
Serializable

public class UIntOptions
extends Object
implements Serializable

Options that define a uint field in the search index.

See Also:
Serialized Form

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

UIntOptions

public UIntOptions()
Method Detail

getDefaultValue

public Integer getDefaultValue()
The default value for an unsigned integer field.

Constraints:
Range: 0 -

Returns:
The default value for an unsigned integer field.

setDefaultValue

public void setDefaultValue(Integer defaultValue)
The default value for an unsigned integer field.

Constraints:
Range: 0 -

Parameters:
defaultValue - The default value for an unsigned integer field.

withDefaultValue

public UIntOptions withDefaultValue(Integer defaultValue)
The default value for an unsigned integer field.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Range: 0 -

Parameters:
defaultValue - The default value for an unsigned integer field.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.