Class ConversionErrorLogModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _CONTAINERTOCONVERSIONERRORLOGREL

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

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

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

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

        public static final java.lang.String CONTAINER
        Generated constant - Attribute key of ConversionErrorLog.container attribute defined at extension mediaconversion.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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,
                                       java.lang.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 Detail

      • 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 java.lang.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​(java.lang.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.