Class ExplicitListItem


  • public class ExplicitListItem
    extends Object
    Explicit (exception) list item.
    • Constructor Detail

      • ExplicitListItem

        public ExplicitListItem()
    • Method Detail

      • id

        public Long id()
        Get the id value.
        Returns:
        the id value
      • withId

        public ExplicitListItem withId​(Long id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the ExplicitListItem object itself.
      • explicitListItem

        public String explicitListItem()
        Get the explicitListItem value.
        Returns:
        the explicitListItem value
      • withExplicitListItem

        public ExplicitListItem withExplicitListItem​(String explicitListItem)
        Set the explicitListItem value.
        Parameters:
        explicitListItem - the explicitListItem value to set
        Returns:
        the ExplicitListItem object itself.