public class LocationRelationship extends Object
| Constructor and Description |
|---|
LocationRelationship() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Message |
getDescription()
Encapsulates a message intended to be read by the end user.
|
Set<String> |
getKinds()
A set of distinct strings that categorize the relationship.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Integer |
getTarget()
A reference to the related location.
|
int |
hashCode() |
void |
setDescription(Message description)
Encapsulates a message intended to be read by the end user.
|
void |
setKinds(Set<String> kinds)
A set of distinct strings that categorize the relationship.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setTarget(Integer target)
A reference to the related location.
|
String |
toString() |
LocationRelationship |
withDescription(Message description) |
LocationRelationship |
withKinds(Set<String> kinds) |
LocationRelationship |
withProperties(PropertyBag properties) |
LocationRelationship |
withTarget(Integer target) |
public Integer getTarget()
public void setTarget(Integer target)
public LocationRelationship withTarget(Integer target)
public Set<String> getKinds()
public void setKinds(Set<String> kinds)
public LocationRelationship withKinds(Set<String> kinds)
public Message getDescription()
public void setDescription(Message description)
public LocationRelationship withDescription(Message description)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public LocationRelationship withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.