public class ImageType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
copyright |
protected Long |
fileSize |
protected XMLGregorianCalendar |
lastModified |
protected String |
name |
protected String |
sha1 |
protected String |
src |
| Constructor and Description |
|---|
ImageType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCopyright()
Gets the value of the copyright property.
|
Long |
getFileSize()
Gets the value of the fileSize property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSha1()
Gets the value of the sha1 property.
|
String |
getSrc()
Gets the value of the src property.
|
int |
hashCode() |
void |
setCopyright(String value)
Sets the value of the copyright property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSha1(String value)
Sets the value of the sha1 property.
|
void |
setSrc(String value)
Sets the value of the src property.
|
String |
toString() |
ImageType |
withCopyright(String value) |
ImageType |
withFileSize(Long value) |
ImageType |
withLastModified(XMLGregorianCalendar value) |
ImageType |
withName(String value) |
ImageType |
withSha1(String value) |
ImageType |
withSrc(String value) |
protected String name
protected String src
protected XMLGregorianCalendar lastModified
protected Long fileSize
protected String sha1
protected String copyright
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSrc()
Stringpublic void setSrc(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getFileSize()
Longpublic void setFileSize(Long value)
value - allowed object is
Longpublic String getSha1()
Stringpublic void setSha1(String value)
value - allowed object is
Stringpublic String getCopyright()
Stringpublic void setCopyright(String value)
value - allowed object is
Stringpublic ImageType withLastModified(XMLGregorianCalendar value)
Copyright © 2024. All rights reserved.