Class MediaThumbnail
java.lang.Object
de.codebarista.shopware.model.core.MediaThumbnail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class MediaThumbnail
extends Object
Added since version: 6.0.0.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMediaThumbnail(Long width, Long height, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
Modifier and TypeMethodDescriptioncustomFields(Object customFields) booleanGet createdAtGet customFieldsGet heightgetId()Get idGet mediaIdgetPath()Get pathGet updatedAtgetUrl()Runtime field, cannot be used as part of the criteria.getWidth()Get widthinthashCode()voidsetCustomFields(Object customFields) voidvoidsetMediaId(String mediaId) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_MEDIA_ID
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
JSON_PROPERTY_HEIGHT
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
-
Constructor Details
-
MediaThumbnail
public MediaThumbnail() -
MediaThumbnail
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
mediaId
-
getMediaId
Get mediaId- Returns:
- mediaId
-
setMediaId
-
getWidth
Get width- Returns:
- width
-
getHeight
Get height- Returns:
- height
-
url
-
getUrl
Runtime field, cannot be used as part of the criteria.- Returns:
- url
-
setUrl
-
path
-
getPath
Get path- Returns:
- path
-
setPath
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-