Class ErrorByExtensionImpl
java.lang.Object
com.commercetools.api.models.error.ErrorByExtensionImpl
- All Implemented Interfaces:
ErrorByExtension,io.vrap.rmf.base.client.ModelBase
public class ErrorByExtensionImpl
extends Object
implements ErrorByExtension, io.vrap.rmf.base.client.ModelBase
ErrorByExtension
-
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
Methods inherited from interface com.commercetools.api.models.error.ErrorByExtension
withErrorByExtensionMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
ErrorByExtensionImpl
public ErrorByExtensionImpl()create empty instance
-
-
Method Details
-
getId
Unique identifier of the Extension.
- Specified by:
getIdin interfaceErrorByExtension- Returns:
- id
-
getKey
User-defined unique identifier of the Extension.
- Specified by:
getKeyin interfaceErrorByExtension- Returns:
- key
-
setId
Description copied from interface:ErrorByExtensionUnique identifier of the Extension.
- Specified by:
setIdin interfaceErrorByExtension- Parameters:
id- value to be set
-
setKey
Description copied from interface:ErrorByExtensionUser-defined unique identifier of the Extension.
- Specified by:
setKeyin interfaceErrorByExtension- Parameters:
key- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceErrorByExtension
-