|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjpl.eda.activity.Incident
jpl.eda.archive.activity.EventRequest
This class represents the ingestion or query request.
| Field Summary |
| Fields inherited from class jpl.eda.activity.Incident |
time |
| Constructor Summary | |
EventRequest(int id)
This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter. |
|
EventRequest(java.lang.String query)
This constructor first calls the Incident constructor and then set the parameter. |
|
EventRequest(java.lang.String dataset,
java.lang.String product)
This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter. |
|
EventRequest(java.lang.String dataset,
java.lang.String product,
int version)
This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter. |
|
| Method Summary | |
java.lang.String |
toString()
Return the contents of this class. |
| Methods inherited from class jpl.eda.activity.Incident |
compareTo, equals, getActivityID, getTime, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EventRequest(java.lang.String query)
Incident constructor and then set the parameter.
query - The keyword query.
public EventRequest(java.lang.String dataset,
java.lang.String product,
int version)
Incident constructor, converts the input into a keyword query and then set the parameter.
dataset - The name of the dataset.product - The name of the product.version - The version of the product.
public EventRequest(java.lang.String dataset,
java.lang.String product)
Incident constructor, converts the input into a keyword query and then set the parameter.
dataset - The name of the dataset.product - The name of the product.public EventRequest(int id)
Incident constructor, converts the input into a keyword query and then set the parameter.
id - The identifier of the product.| Method Detail |
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||