public class PlanetLink extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESTINATION_PIN_ID |
static String |
SERIALIZED_NAME_LINK_LEVEL |
static String |
SERIALIZED_NAME_SOURCE_PIN_ID |
| 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 static final String SERIALIZED_NAME_DESTINATION_PIN_ID
public static final String SERIALIZED_NAME_LINK_LEVEL
public static final String SERIALIZED_NAME_SOURCE_PIN_ID
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 © 2023. All Rights Reserved.