|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.ornl.csed.csiir.idr.kdd.dataservice.server.models.DataSetSamplesRequest
public final class DataSetSamplesRequest
The DataSetSamplesRequest represents a request for some sample records from a data set.
Constructor Summary | |
---|---|
DataSetSamplesRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getMaxRecords()
Retrieve the maximum number of records to return. |
java.lang.String |
getQueryId()
Retrieves the unique query ID associated with this request. |
int |
hashCode()
|
void |
setMaxRecords(long maxRecords)
Set the maximum number of records to retrieve. |
void |
setQueryId(java.lang.String queryId)
Set the unique query ID associated with this request. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataSetSamplesRequest()
Method Detail |
---|
public java.lang.String getQueryId()
public void setQueryId(java.lang.String queryId)
queryId
- the unique query IDpublic long getMaxRecords()
public void setMaxRecords(long maxRecords)
maxRecords
- the maximum number of records to retrievepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |