public class Dataset extends Object implements Serializable
| Constructor and Description |
|---|
Dataset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationDate()
Returns the value of the CreationDate property for this object.
|
String |
getDatasetName()
Returns the value of the DatasetName property for this object.
|
Long |
getDataStorage()
Returns the value of the DataStorage property for this object.
|
String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
String |
getLastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Date |
getLastModifiedDate()
Returns the value of the LastModifiedDate property for this object.
|
Long |
getNumRecords()
Returns the value of the NumRecords property for this object.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
Sets the value of the CreationDate property for this object.
|
void |
setDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
void |
setDataStorage(Long dataStorage)
Sets the value of the DataStorage property for this object.
|
void |
setIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
void |
setNumRecords(Long numRecords)
Sets the value of the NumRecords property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Dataset |
withCreationDate(Date creationDate)
Sets the value of the CreationDate property for this object.
|
Dataset |
withDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
Dataset |
withDataStorage(Long dataStorage)
Sets the value of the DataStorage property for this object.
|
Dataset |
withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
Dataset |
withLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Dataset |
withLastModifiedDate(Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
Dataset |
withNumRecords(Long numRecords)
Sets the value of the NumRecords property for this object.
|
public String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public Dataset withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public String getDatasetName()
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
public void setDatasetName(String datasetName)
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public Dataset withDatasetName(String datasetName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - The new value for the CreationDate property for this object.public Dataset withCreationDate(Date creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - The new value for the CreationDate property for this object.public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate - The new value for the LastModifiedDate property for this object.public Dataset withLastModifiedDate(Date lastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The new value for the LastModifiedDate property for this object.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.public Dataset withLastModifiedBy(String lastModifiedBy)
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy - The new value for the LastModifiedBy property for this object.public Long getDataStorage()
public void setDataStorage(Long dataStorage)
dataStorage - The new value for the DataStorage property for this object.public Dataset withDataStorage(Long dataStorage)
Returns a reference to this object so that method calls can be chained together.
dataStorage - The new value for the DataStorage property for this object.public Long getNumRecords()
public void setNumRecords(Long numRecords)
numRecords - The new value for the NumRecords property for this object.public Dataset withNumRecords(Long numRecords)
Returns a reference to this object so that method calls can be chained together.
numRecords - The new value for the NumRecords property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.