public class Dataset
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Dataset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDate()
Returns the value of the CreationDate property for this object.
|
java.lang.String |
getDatasetName()
Returns the value of the DatasetName property for this object.
|
java.lang.Long |
getDataStorage()
Returns the value of the DataStorage property for this object.
|
java.lang.String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
java.lang.String |
getLastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
java.util.Date |
getLastModifiedDate()
Returns the value of the LastModifiedDate property for this object.
|
java.lang.Long |
getNumRecords()
Returns the value of the NumRecords property for this object.
|
int |
hashCode() |
void |
setCreationDate(java.util.Date creationDate)
Sets the value of the CreationDate property for this object.
|
void |
setDatasetName(java.lang.String datasetName)
Sets the value of the DatasetName property for this object.
|
void |
setDataStorage(java.lang.Long dataStorage)
Sets the value of the DataStorage property for this object.
|
void |
setIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setLastModifiedBy(java.lang.String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
void |
setNumRecords(java.lang.Long numRecords)
Sets the value of the NumRecords property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Dataset |
withCreationDate(java.util.Date creationDate)
Sets the value of the CreationDate property for this object.
|
Dataset |
withDatasetName(java.lang.String datasetName)
Sets the value of the DatasetName property for this object.
|
Dataset |
withDataStorage(java.lang.Long dataStorage)
Sets the value of the DataStorage property for this object.
|
Dataset |
withIdentityId(java.lang.String identityId)
Sets the value of the IdentityId property for this object.
|
Dataset |
withLastModifiedBy(java.lang.String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Dataset |
withLastModifiedDate(java.util.Date lastModifiedDate)
Sets the value of the LastModifiedDate property for this object.
|
Dataset |
withNumRecords(java.lang.Long numRecords)
Sets the value of the NumRecords property for this object.
|
public java.lang.String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(java.lang.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(java.lang.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 java.lang.String getDatasetName()
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
public void setDatasetName(java.lang.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(java.lang.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 java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate - The new value for the CreationDate property for this object.public Dataset withCreationDate(java.util.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 java.util.Date getLastModifiedDate()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate - The new value for the LastModifiedDate property for this object.public Dataset withLastModifiedDate(java.util.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 java.lang.String getLastModifiedBy()
public void setLastModifiedBy(java.lang.String lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.public Dataset withLastModifiedBy(java.lang.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 java.lang.Long getDataStorage()
public void setDataStorage(java.lang.Long dataStorage)
dataStorage - The new value for the DataStorage property for this object.public Dataset withDataStorage(java.lang.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 java.lang.Long getNumRecords()
public void setNumRecords(java.lang.Long numRecords)
numRecords - The new value for the NumRecords property for this object.public Dataset withNumRecords(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object