public class ReportingDescriptorRelationship extends Object
| Constructor and Description |
|---|
ReportingDescriptorRelationship() |
| 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.
|
ReportingDescriptorReference |
getTarget()
Information about how to locate a relevant reporting descriptor.
|
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(ReportingDescriptorReference target)
Information about how to locate a relevant reporting descriptor.
|
String |
toString() |
ReportingDescriptorRelationship |
withDescription(Message description) |
ReportingDescriptorRelationship |
withKinds(Set<String> kinds) |
ReportingDescriptorRelationship |
withProperties(PropertyBag properties) |
ReportingDescriptorRelationship |
withTarget(ReportingDescriptorReference target) |
public ReportingDescriptorReference getTarget()
public void setTarget(ReportingDescriptorReference target)
public ReportingDescriptorRelationship withTarget(ReportingDescriptorReference target)
public Set<String> getKinds()
public void setKinds(Set<String> kinds)
public ReportingDescriptorRelationship withKinds(Set<String> kinds)
public Message getDescription()
public void setDescription(Message description)
public ReportingDescriptorRelationship withDescription(Message description)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ReportingDescriptorRelationship withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.