Class LinkConnectionResource


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

      • LinkConnectionResource

        public LinkConnectionResource()
    • Method Detail

      • getId

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

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

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

        public LinkConnectionResource setName​(String name)
        Set the name property: Link connection name.
        Parameters:
        name - the name value to set.
        Returns:
        the LinkConnectionResource object itself.
      • getType

        public String getType()
        Get the type property: Link connection type.
        Returns:
        the type value.
      • setType

        public LinkConnectionResource setType​(String type)
        Set the type property: Link connection type.
        Parameters:
        type - the type value to set.
        Returns:
        the LinkConnectionResource object itself.
      • getProperties

        public LinkConnection getProperties()
        Get the properties property: Properties of link connection.
        Returns:
        the properties value.
      • setProperties

        public LinkConnectionResource setProperties​(LinkConnection properties)
        Set the properties property: Properties of link connection.
        Parameters:
        properties - the properties value to set.
        Returns:
        the LinkConnectionResource object itself.