Class PlanetLink

    • Constructor Detail

      • PlanetLink

        public PlanetLink()
    • Method Detail

      • destinationPinId

        public PlanetLink destinationPinId​(Long destinationPinId)
      • getDestinationPinId

        public Long getDestinationPinId()
        destination_pin_id integer
        Returns:
        destinationPinId
      • setDestinationPinId

        public void setDestinationPinId​(Long destinationPinId)
      • getLinkLevel

        public Integer getLinkLevel()
        link_level integer minimum: 0 maximum: 10
        Returns:
        linkLevel
      • setLinkLevel

        public void setLinkLevel​(Integer linkLevel)
      • getSourcePinId

        public Long getSourcePinId()
        source_pin_id integer
        Returns:
        sourcePinId
      • setSourcePinId

        public void setSourcePinId​(Long sourcePinId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object