Class ErrorObjectImpl

java.lang.Object
com.commercetools.importapi.models.errors.ErrorObjectImpl
All Implemented Interfaces:
ErrorObject, io.vrap.rmf.base.client.ModelBase

public class ErrorObjectImpl extends Object implements ErrorObject, io.vrap.rmf.base.client.ModelBase
ErrorObject
  • 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
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
    int
     
    void
    setMessage(String message)
    set message
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.commercetools.importapi.models.errors.ErrorObject

    withErrorObject

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString
  • Constructor Details

    • ErrorObjectImpl

      public ErrorObjectImpl()
      create empty instance
  • Method Details