Class ConversionMediaFormatModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConversionMediaFormatModel
    extends MediaFormatModel
    Generated model class for type ConversionMediaFormat 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
      • MIMETYPE

        public static final java.lang.String MIMETYPE
        Generated constant - Attribute key of ConversionMediaFormat.mimeType attribute defined at extension mediaconversion.
        See Also:
        Constant Field Values
      • CONVERSION

        public static final java.lang.String CONVERSION
        Generated constant - Attribute key of ConversionMediaFormat.conversion attribute defined at extension mediaconversion.
        See Also:
        Constant Field Values
      • CONVERSIONSTRATEGY

        public static final java.lang.String CONVERSIONSTRATEGY
        Generated constant - Attribute key of ConversionMediaFormat.conversionStrategy attribute defined at extension mediaconversion.
        See Also:
        Constant Field Values
      • INPUTFORMAT

        public static final java.lang.String INPUTFORMAT
        Generated constant - Attribute key of ConversionMediaFormat.inputFormat attribute defined at extension mediaconversion.
        See Also:
        Constant Field Values
      • MEDIAADDONS

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

      • ConversionMediaFormatModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ConversionMediaFormatModel​(java.lang.String _qualifier)
        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:
        _qualifier - initial attribute declared by type MediaFormat at extension core
      • ConversionMediaFormatModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ConversionMediaFormatModel​(ItemModel _owner,
                                          java.lang.String _qualifier)
        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:
        _owner - initial attribute declared by type Item at extension core
        _qualifier - initial attribute declared by type MediaFormat at extension core
    • Method Detail

      • getConversion

        @Accessor(qualifier="conversion",
                  type=GETTER)
        public java.lang.String getConversion()
        Generated method - Getter of the ConversionMediaFormat.conversion attribute defined at extension mediaconversion.
        Returns:
        the conversion - Conversion command
      • getConversionStrategy

        @Accessor(qualifier="conversionStrategy",
                  type=GETTER)
        public java.lang.String getConversionStrategy()
        Generated method - Getter of the ConversionMediaFormat.conversionStrategy attribute defined at extension mediaconversion.
        Returns:
        the conversionStrategy - Bean name of the conversion strategy to use.
      • getInputFormat

        @Accessor(qualifier="inputFormat",
                  type=GETTER)
        public ConversionMediaFormatModel getInputFormat()
        Generated method - Getter of the ConversionMediaFormat.inputFormat attribute defined at extension mediaconversion.
        Returns:
        the inputFormat - Media format to take as input for the conversion (optional).
      • getMediaAddOns

        @Accessor(qualifier="mediaAddOns",
                  type=GETTER)
        public java.util.List<MediaModel> getMediaAddOns()
        Generated method - Getter of the ConversionMediaFormat.mediaAddOns attribute defined at extension mediaconversion. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the mediaAddOns - Additional media to be used in the conversion (optional).
      • getMimeType

        @Accessor(qualifier="mimeType",
                  type=GETTER)
        public java.lang.String getMimeType()
        Generated method - Getter of the ConversionMediaFormat.mimeType attribute defined at extension mediaconversion.
        Returns:
        the mimeType - Mime type of this format.
      • setConversion

        @Accessor(qualifier="conversion",
                  type=SETTER)
        public void setConversion​(java.lang.String value)
        Generated method - Setter of ConversionMediaFormat.conversion attribute defined at extension mediaconversion.
        Parameters:
        value - the conversion - Conversion command
      • setConversionStrategy

        @Accessor(qualifier="conversionStrategy",
                  type=SETTER)
        public void setConversionStrategy​(java.lang.String value)
        Generated method - Setter of ConversionMediaFormat.conversionStrategy attribute defined at extension mediaconversion.
        Parameters:
        value - the conversionStrategy - Bean name of the conversion strategy to use.
      • setInputFormat

        @Accessor(qualifier="inputFormat",
                  type=SETTER)
        public void setInputFormat​(ConversionMediaFormatModel value)
        Generated method - Setter of ConversionMediaFormat.inputFormat attribute defined at extension mediaconversion.
        Parameters:
        value - the inputFormat - Media format to take as input for the conversion (optional).
      • setMediaAddOns

        @Accessor(qualifier="mediaAddOns",
                  type=SETTER)
        public void setMediaAddOns​(java.util.List<MediaModel> value)
        Generated method - Setter of ConversionMediaFormat.mediaAddOns attribute defined at extension mediaconversion.
        Parameters:
        value - the mediaAddOns - Additional media to be used in the conversion (optional).
      • setMimeType

        @Accessor(qualifier="mimeType",
                  type=SETTER)
        public void setMimeType​(java.lang.String value)
        Generated method - Setter of ConversionMediaFormat.mimeType attribute defined at extension mediaconversion.
        Parameters:
        value - the mimeType - Mime type of this format.