public class PlanetLink extends Object implements Serializable
| Constructor and Description |
|---|
PlanetLink() |
| Modifier and Type | Method and Description |
|---|---|
PlanetLink |
destinationPinId(Long destinationPinId) |
boolean |
equals(Object o) |
Long |
getDestinationPinId()
destination_pin_id integer
|
Integer |
getLinkLevel()
link_level integer minimum: 0 maximum: 10
|
Long |
getSourcePinId()
source_pin_id integer
|
int |
hashCode() |
PlanetLink |
linkLevel(Integer linkLevel) |
void |
setDestinationPinId(Long destinationPinId) |
void |
setLinkLevel(Integer linkLevel) |
void |
setSourcePinId(Long sourcePinId) |
PlanetLink |
sourcePinId(Long sourcePinId) |
String |
toString() |
public PlanetLink destinationPinId(Long destinationPinId)
public Long getDestinationPinId()
public void setDestinationPinId(Long destinationPinId)
public PlanetLink linkLevel(Integer linkLevel)
public Integer getLinkLevel()
public void setLinkLevel(Integer linkLevel)
public PlanetLink sourcePinId(Long sourcePinId)
public Long getSourcePinId()
public void setSourcePinId(Long sourcePinId)
Copyright © 2017. All Rights Reserved.