Class AssetSourceImpl
java.lang.Object
com.commercetools.history.models.common.AssetSourceImpl
- All Implemented Interfaces:
AssetSource,io.vrap.rmf.base.client.ModelBase
public class AssetSourceImpl
extends Object
implements AssetSource, io.vrap.rmf.base.client.ModelBase
AssetSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getUri()inthashCode()voidsetContentType(String contentType) set contentTypevoidsetDimensions(AssetDimensions dimensions) set dimensionsvoidset keyvoidset uriMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.history.models.common.AssetSource
withAssetSourceMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
AssetSourceImpl
public AssetSourceImpl()create empty instance
-
-
Method Details
-
getUri
- Specified by:
getUriin interfaceAssetSource- Returns:
- uri
-
getKey
- Specified by:
getKeyin interfaceAssetSource- Returns:
- key
-
getDimensions
- Specified by:
getDimensionsin interfaceAssetSource- Returns:
- dimensions
-
getContentType
- Specified by:
getContentTypein interfaceAssetSource- Returns:
- contentType
-
setUri
Description copied from interface:AssetSourceset uri- Specified by:
setUriin interfaceAssetSource- Parameters:
uri- value to be set
-
setKey
Description copied from interface:AssetSourceset key- Specified by:
setKeyin interfaceAssetSource- Parameters:
key- value to be set
-
setDimensions
Description copied from interface:AssetSourceset dimensions- Specified by:
setDimensionsin interfaceAssetSource- Parameters:
dimensions- value to be set
-
setContentType
Description copied from interface:AssetSourceset contentType- Specified by:
setContentTypein interfaceAssetSource- Parameters:
contentType- value to be set
-
equals
-
hashCode
-