Class StreamConfigurationContainerModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String ID
        Generated constant - Attribute key of StreamConfigurationContainer.id attribute defined at extension deltadetection.
        See Also:
        Constant Field Values
      • CONFIGURATIONS

        public static final java.lang.String CONFIGURATIONS
        Generated constant - Attribute key of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StreamConfigurationContainerModel

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

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

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

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

      • getConfigurations

        @Accessor(qualifier="configurations",
                  type=GETTER)
        public java.util.Set<StreamConfigurationModel> getConfigurations()
        Generated method - Getter of the StreamConfigurationContainer.configurations attribute defined at extension deltadetection. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the configurations
      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public java.lang.String getId()
        Generated method - Getter of the StreamConfigurationContainer.id attribute defined at extension deltadetection.
        Returns:
        the id
      • setConfigurations

        @Accessor(qualifier="configurations",
                  type=SETTER)
        public void setConfigurations​(java.util.Set<StreamConfigurationModel> value)
        Generated method - Setter of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
        Parameters:
        value - the configurations
      • setId

        @Accessor(qualifier="id",
                  type=SETTER)
        public void setId​(java.lang.String value)
        Generated method - Initial setter of StreamConfigurationContainer.id attribute defined at extension deltadetection. Can only be used at creation of model - before first save.
        Parameters:
        value - the id