@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageSetsMetadataSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the image set metadata.
Constructor and Description |
---|
ImageSetsMetadataSummary() |
Modifier and Type | Method and Description |
---|---|
ImageSetsMetadataSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time an image set is created.
|
DICOMTags |
getDICOMTags()
The DICOM tags associated with the image set.
|
String |
getImageSetId()
The image set identifier.
|
Date |
getUpdatedAt()
The time an image set was last updated.
|
Integer |
getVersion()
The image set version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The time an image set is created.
|
void |
setDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
|
void |
setImageSetId(String imageSetId)
The image set identifier.
|
void |
setUpdatedAt(Date updatedAt)
The time an image set was last updated.
|
void |
setVersion(Integer version)
The image set version.
|
String |
toString()
Returns a string representation of this object.
|
ImageSetsMetadataSummary |
withCreatedAt(Date createdAt)
The time an image set is created.
|
ImageSetsMetadataSummary |
withDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
|
ImageSetsMetadataSummary |
withImageSetId(String imageSetId)
The image set identifier.
|
ImageSetsMetadataSummary |
withUpdatedAt(Date updatedAt)
The time an image set was last updated.
|
ImageSetsMetadataSummary |
withVersion(Integer version)
The image set version.
|
public void setImageSetId(String imageSetId)
The image set identifier.
imageSetId
- The image set identifier.public String getImageSetId()
The image set identifier.
public ImageSetsMetadataSummary withImageSetId(String imageSetId)
The image set identifier.
imageSetId
- The image set identifier.public void setVersion(Integer version)
The image set version.
version
- The image set version.public Integer getVersion()
The image set version.
public ImageSetsMetadataSummary withVersion(Integer version)
The image set version.
version
- The image set version.public void setCreatedAt(Date createdAt)
The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z
format.
createdAt
- The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z
format.public Date getCreatedAt()
The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z
format.
1985-04-12T23:20:50.52Z
format.public ImageSetsMetadataSummary withCreatedAt(Date createdAt)
The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z
format.
createdAt
- The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z
format.public void setUpdatedAt(Date updatedAt)
The time an image set was last updated.
updatedAt
- The time an image set was last updated.public Date getUpdatedAt()
The time an image set was last updated.
public ImageSetsMetadataSummary withUpdatedAt(Date updatedAt)
The time an image set was last updated.
updatedAt
- The time an image set was last updated.public void setDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
dICOMTags
- The DICOM tags associated with the image set.public DICOMTags getDICOMTags()
The DICOM tags associated with the image set.
public ImageSetsMetadataSummary withDICOMTags(DICOMTags dICOMTags)
The DICOM tags associated with the image set.
dICOMTags
- The DICOM tags associated with the image set.public String toString()
toString
in class Object
Object.toString()
public ImageSetsMetadataSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.