Class LinkTableResource


  • public final class LinkTableResource
    extends Object
    The LinkTableResource model.
    • Constructor Detail

      • LinkTableResource

        public LinkTableResource()
    • Method Detail

      • getId

        public String getId()
        Get the id property: Link table id.
        Returns:
        the id value.
      • setId

        public LinkTableResource setId​(String id)
        Set the id property: Link table id.
        Parameters:
        id - the id value to set.
        Returns:
        the LinkTableResource object itself.
      • getName

        public String getName()
        Get the name property: Link table name.
        Returns:
        the name value.
      • setName

        public LinkTableResource setName​(String name)
        Set the name property: Link table name.
        Parameters:
        name - the name value to set.
        Returns:
        the LinkTableResource object itself.
      • getSource

        public LinkTableRequestSource getSource()
        Get the source property: Source table properties for link table request.
        Returns:
        the source value.
      • setSource

        public LinkTableResource setSource​(LinkTableRequestSource source)
        Set the source property: Source table properties for link table request.
        Parameters:
        source - the source value to set.
        Returns:
        the LinkTableResource object itself.
      • getTarget

        public LinkTableRequestTarget getTarget()
        Get the target property: Target table properties for link table request.
        Returns:
        the target value.
      • setTarget

        public LinkTableResource setTarget​(LinkTableRequestTarget target)
        Set the target property: Target table properties for link table request.
        Parameters:
        target - the target value to set.
        Returns:
        the LinkTableResource object itself.