Class ConversionErrorLogModel

All Implemented Interfaces:
Serializable

public class ConversionErrorLogModel extends ItemModel
Generated model class for type ConversionErrorLog first defined at extension mediaconversion.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _CONTAINERTOCONVERSIONERRORLOGREL

      public static final String _CONTAINERTOCONVERSIONERRORLOGREL
      Generated relation code constant for relation ContainerToConversionErrorLogRel defining source attribute container in extension mediaconversion.
      See Also:
    • TARGETFORMAT

      public static final String TARGETFORMAT
      Generated constant - Attribute key of ConversionErrorLog.targetFormat attribute defined at extension mediaconversion.
      See Also:
    • SOURCEMEDIA

      public static final String SOURCEMEDIA
      Generated constant - Attribute key of ConversionErrorLog.sourceMedia attribute defined at extension mediaconversion.
      See Also:
    • ERRORMESSAGE

      public static final String ERRORMESSAGE
      Generated constant - Attribute key of ConversionErrorLog.errorMessage attribute defined at extension mediaconversion.
      See Also:
    • CONTAINER

      public static final String CONTAINER
      Generated constant - Attribute key of ConversionErrorLog.container attribute defined at extension mediaconversion.
      See Also:
  • Constructor Details

    • ConversionErrorLogModel

      public ConversionErrorLogModel()
      Generated constructor - Default constructor for generic creation.
    • ConversionErrorLogModel

      public ConversionErrorLogModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ConversionErrorLogModel

      @Deprecated(since="4.1.1", forRemoval=true) public ConversionErrorLogModel(MediaContainerModel _container, ConversionMediaFormatModel _targetFormat)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _container - initial attribute declared by type ConversionErrorLog at extension mediaconversion
      _targetFormat - initial attribute declared by type ConversionErrorLog at extension mediaconversion
    • ConversionErrorLogModel

      @Deprecated(since="4.1.1", forRemoval=true) public ConversionErrorLogModel(MediaContainerModel _container, String _errorMessage, ItemModel _owner, MediaModel _sourceMedia, ConversionMediaFormatModel _targetFormat)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _container - initial attribute declared by type ConversionErrorLog at extension mediaconversion
      _errorMessage - initial attribute declared by type ConversionErrorLog at extension mediaconversion
      _owner - initial attribute declared by type Item at extension core
      _sourceMedia - initial attribute declared by type ConversionErrorLog at extension mediaconversion
      _targetFormat - initial attribute declared by type ConversionErrorLog at extension mediaconversion
  • Method Details

    • getContainer

      @Accessor(qualifier="container", type=GETTER) public MediaContainerModel getContainer()
      Generated method - Getter of the ConversionErrorLog.container attribute defined at extension mediaconversion.
      Returns:
      the container - The container for which the conversion failed.
    • getErrorMessage

      @Accessor(qualifier="errorMessage", type=GETTER) public String getErrorMessage()
      Generated method - Getter of the ConversionErrorLog.errorMessage attribute defined at extension mediaconversion.
      Returns:
      the errorMessage - Technical description of the error.
    • getSourceMedia

      @Accessor(qualifier="sourceMedia", type=GETTER) public MediaModel getSourceMedia()
      Generated method - Getter of the ConversionErrorLog.sourceMedia attribute defined at extension mediaconversion.
      Returns:
      the sourceMedia - The source Media.
    • getTargetFormat

      @Accessor(qualifier="targetFormat", type=GETTER) public ConversionMediaFormatModel getTargetFormat()
      Generated method - Getter of the ConversionErrorLog.targetFormat attribute defined at extension mediaconversion.
      Returns:
      the targetFormat - The targeted format, for which the conversion failed.
    • setContainer

      @Accessor(qualifier="container", type=SETTER) public void setContainer(MediaContainerModel value)
      Generated method - Initial setter of ConversionErrorLog.container attribute defined at extension mediaconversion. Can only be used at creation of model - before first save.
      Parameters:
      value - the container - The container for which the conversion failed.
    • setErrorMessage

      @Accessor(qualifier="errorMessage", type=SETTER) public void setErrorMessage(String value)
      Generated method - Initial setter of ConversionErrorLog.errorMessage attribute defined at extension mediaconversion. Can only be used at creation of model - before first save.
      Parameters:
      value - the errorMessage - Technical description of the error.
    • setSourceMedia

      @Accessor(qualifier="sourceMedia", type=SETTER) public void setSourceMedia(MediaModel value)
      Generated method - Initial setter of ConversionErrorLog.sourceMedia attribute defined at extension mediaconversion. Can only be used at creation of model - before first save.
      Parameters:
      value - the sourceMedia - The source Media.
    • setTargetFormat

      @Accessor(qualifier="targetFormat", type=SETTER) public void setTargetFormat(ConversionMediaFormatModel value)
      Generated method - Initial setter of ConversionErrorLog.targetFormat attribute defined at extension mediaconversion. Can only be used at creation of model - before first save.
      Parameters:
      value - the targetFormat - The targeted format, for which the conversion failed.