|
||||||||||
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.DataSetInformationResponse
public final class DataSetInformationResponse
The DataSetInformationResponse class represents all of the information available for a data set.
Nested Class Summary | |
---|---|
static class |
DataSetInformationResponse.DataType
The DataType enumeration indicates whether the data set is structured or unstructured. |
Constructor Summary | |
---|---|
DataSetInformationResponse()
|
|
DataSetInformationResponse(java.lang.String id,
java.lang.String name)
|
|
DataSetInformationResponse(java.lang.String id,
java.lang.String name,
java.lang.String description,
long size,
long recordCount,
DataSetInformationResponse.DataType dataType,
java.lang.String owner)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
DataSetInformationResponse.DataType |
getDataType()
Retrieve the type of the data set. |
java.lang.String |
getDescription()
Retrieve the description of the data set. |
java.lang.String |
getId()
Retrieve the unique ID for the data set. |
java.lang.String |
getName()
Retrieve the name of the data set. |
java.lang.String |
getOwner()
Retrieve the owner of the data set. |
long |
getRecordCount()
Retrieve the record count of the data set. |
long |
getSize()
Retrieve the size in bytes of the data set. |
int |
hashCode()
|
void |
setDataType(DataSetInformationResponse.DataType dataType)
Set the type for the data set. |
void |
setDescription(java.lang.String description)
Set the description for the data set. |
void |
setId(java.lang.String id)
Set the unique ID for the data set. |
void |
setName(java.lang.String name)
Set the name for the data set. |
void |
setOwner(java.lang.String owner)
Set the owner for the data set. |
void |
setRecordCount(long recordCount)
Set the record count for the data set. |
void |
setSize(long size)
Set the size in bytes for the data set. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataSetInformationResponse()
public DataSetInformationResponse(java.lang.String id, java.lang.String name)
public DataSetInformationResponse(java.lang.String id, java.lang.String name, java.lang.String description, long size, long recordCount, DataSetInformationResponse.DataType dataType, java.lang.String owner)
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the unique data set IDpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the data set namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the data set descriptionpublic long getSize()
public void setSize(long size)
size
- the data set size in bytespublic long getRecordCount()
public void setRecordCount(long recordCount)
recordCount
- the record countpublic DataSetInformationResponse.DataType getDataType()
public void setDataType(DataSetInformationResponse.DataType dataType)
dataType
- the data set typepublic java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- the data set ownerpublic 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 |