public class SuggestStatus extends Object implements Serializable
Contains the resource id ( rid
) and the time it took to
process the request ( timems
).
Constructor and Description |
---|
SuggestStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getRid()
The encrypted resource ID for the request.
|
Long |
getTimems()
How long it took to process the request, in milliseconds.
|
int |
hashCode() |
void |
setRid(String rid)
The encrypted resource ID for the request.
|
void |
setTimems(Long timems)
How long it took to process the request, in milliseconds.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SuggestStatus |
withRid(String rid)
The encrypted resource ID for the request.
|
SuggestStatus |
withTimems(Long timems)
How long it took to process the request, in milliseconds.
|
public Long getTimems()
public void setTimems(Long timems)
timems
- How long it took to process the request, in milliseconds.public SuggestStatus withTimems(Long timems)
Returns a reference to this object so that method calls can be chained together.
timems
- How long it took to process the request, in milliseconds.public String getRid()
public void setRid(String rid)
rid
- The encrypted resource ID for the request.public SuggestStatus withRid(String rid)
Returns a reference to this object so that method calls can be chained together.
rid
- The encrypted resource ID for the request.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.