@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClickFeedback extends Object implements Serializable, Cloneable, StructuredPojo
Gathers information about when a particular result was clicked by a user. Your application uses the
SubmitFeedback
API to provide click information.
Constructor and Description |
---|
ClickFeedback() |
Modifier and Type | Method and Description |
---|---|
ClickFeedback |
clone() |
boolean |
equals(Object obj) |
Date |
getClickTime()
The Unix timestamp of the date and time that the result was clicked.
|
String |
getResultId()
The unique identifier of the search result that was clicked.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClickTime(Date clickTime)
The Unix timestamp of the date and time that the result was clicked.
|
void |
setResultId(String resultId)
The unique identifier of the search result that was clicked.
|
String |
toString()
Returns a string representation of this object.
|
ClickFeedback |
withClickTime(Date clickTime)
The Unix timestamp of the date and time that the result was clicked.
|
ClickFeedback |
withResultId(String resultId)
The unique identifier of the search result that was clicked.
|
public void setResultId(String resultId)
The unique identifier of the search result that was clicked.
resultId
- The unique identifier of the search result that was clicked.public String getResultId()
The unique identifier of the search result that was clicked.
public ClickFeedback withResultId(String resultId)
The unique identifier of the search result that was clicked.
resultId
- The unique identifier of the search result that was clicked.public void setClickTime(Date clickTime)
The Unix timestamp of the date and time that the result was clicked.
clickTime
- The Unix timestamp of the date and time that the result was clicked.public Date getClickTime()
The Unix timestamp of the date and time that the result was clicked.
public ClickFeedback withClickTime(Date clickTime)
The Unix timestamp of the date and time that the result was clicked.
clickTime
- The Unix timestamp of the date and time that the result was clicked.public String toString()
toString
in class Object
Object.toString()
public ClickFeedback clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.