public class ReportingDescriptor extends Object
| Constructor and Description |
|---|
ReportingDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ReportingConfiguration |
getDefaultConfiguration()
Information about a rule or notification that can be configured at runtime.
|
Set<String> |
getDeprecatedGuids()
An array of unique identifies in the form of a GUID by which this report was known in some previous version of the analysis tool.
|
Set<String> |
getDeprecatedIds()
An array of stable, opaque identifiers by which this report was known in some previous version of the analysis tool.
|
Set<String> |
getDeprecatedNames()
An array of readable identifiers by which this report was known in some previous version of the analysis tool.
|
MultiformatMessageString |
getFullDescription()
A message string or message format string rendered in multiple formats.
|
String |
getGuid()
A unique identifer for the reporting descriptor in the form of a GUID.
|
MultiformatMessageString |
getHelp()
A message string or message format string rendered in multiple formats.
|
URI |
getHelpUri()
A URI where the primary documentation for the report can be found.
|
String |
getId()
A stable, opaque identifier for the report.
|
MessageStrings |
getMessageStrings()
A set of name/value pairs with arbitrary names.
|
String |
getName()
A report identifier that is understandable to an end user.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Set<ReportingDescriptorRelationship> |
getRelationships()
An array of objects that describe relationships between this reporting descriptor and others.
|
MultiformatMessageString |
getShortDescription()
A message string or message format string rendered in multiple formats.
|
int |
hashCode() |
void |
setDefaultConfiguration(ReportingConfiguration defaultConfiguration)
Information about a rule or notification that can be configured at runtime.
|
void |
setDeprecatedGuids(Set<String> deprecatedGuids)
An array of unique identifies in the form of a GUID by which this report was known in some previous version of the analysis tool.
|
void |
setDeprecatedIds(Set<String> deprecatedIds)
An array of stable, opaque identifiers by which this report was known in some previous version of the analysis tool.
|
void |
setDeprecatedNames(Set<String> deprecatedNames)
An array of readable identifiers by which this report was known in some previous version of the analysis tool.
|
void |
setFullDescription(MultiformatMessageString fullDescription)
A message string or message format string rendered in multiple formats.
|
void |
setGuid(String guid)
A unique identifer for the reporting descriptor in the form of a GUID.
|
void |
setHelp(MultiformatMessageString help)
A message string or message format string rendered in multiple formats.
|
void |
setHelpUri(URI helpUri)
A URI where the primary documentation for the report can be found.
|
void |
setId(String id)
A stable, opaque identifier for the report.
|
void |
setMessageStrings(MessageStrings messageStrings)
A set of name/value pairs with arbitrary names.
|
void |
setName(String name)
A report identifier that is understandable to an end user.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setRelationships(Set<ReportingDescriptorRelationship> relationships)
An array of objects that describe relationships between this reporting descriptor and others.
|
void |
setShortDescription(MultiformatMessageString shortDescription)
A message string or message format string rendered in multiple formats.
|
String |
toString() |
ReportingDescriptor |
withDefaultConfiguration(ReportingConfiguration defaultConfiguration) |
ReportingDescriptor |
withDeprecatedGuids(Set<String> deprecatedGuids) |
ReportingDescriptor |
withDeprecatedIds(Set<String> deprecatedIds) |
ReportingDescriptor |
withDeprecatedNames(Set<String> deprecatedNames) |
ReportingDescriptor |
withFullDescription(MultiformatMessageString fullDescription) |
ReportingDescriptor |
withGuid(String guid) |
ReportingDescriptor |
withHelp(MultiformatMessageString help) |
ReportingDescriptor |
withHelpUri(URI helpUri) |
ReportingDescriptor |
withId(String id) |
ReportingDescriptor |
withMessageStrings(MessageStrings messageStrings) |
ReportingDescriptor |
withName(String name) |
ReportingDescriptor |
withProperties(PropertyBag properties) |
ReportingDescriptor |
withRelationships(Set<ReportingDescriptorRelationship> relationships) |
ReportingDescriptor |
withShortDescription(MultiformatMessageString shortDescription) |
public String getId()
public void setId(String id)
public ReportingDescriptor withId(String id)
public Set<String> getDeprecatedIds()
public void setDeprecatedIds(Set<String> deprecatedIds)
public ReportingDescriptor withDeprecatedIds(Set<String> deprecatedIds)
public String getGuid()
public void setGuid(String guid)
public ReportingDescriptor withGuid(String guid)
public Set<String> getDeprecatedGuids()
public void setDeprecatedGuids(Set<String> deprecatedGuids)
public ReportingDescriptor withDeprecatedGuids(Set<String> deprecatedGuids)
public String getName()
public void setName(String name)
public ReportingDescriptor withName(String name)
public Set<String> getDeprecatedNames()
public void setDeprecatedNames(Set<String> deprecatedNames)
public ReportingDescriptor withDeprecatedNames(Set<String> deprecatedNames)
public MultiformatMessageString getShortDescription()
public void setShortDescription(MultiformatMessageString shortDescription)
public ReportingDescriptor withShortDescription(MultiformatMessageString shortDescription)
public MultiformatMessageString getFullDescription()
public void setFullDescription(MultiformatMessageString fullDescription)
public ReportingDescriptor withFullDescription(MultiformatMessageString fullDescription)
public MessageStrings getMessageStrings()
public void setMessageStrings(MessageStrings messageStrings)
public ReportingDescriptor withMessageStrings(MessageStrings messageStrings)
public ReportingConfiguration getDefaultConfiguration()
public void setDefaultConfiguration(ReportingConfiguration defaultConfiguration)
public ReportingDescriptor withDefaultConfiguration(ReportingConfiguration defaultConfiguration)
public URI getHelpUri()
public void setHelpUri(URI helpUri)
public ReportingDescriptor withHelpUri(URI helpUri)
public MultiformatMessageString getHelp()
public void setHelp(MultiformatMessageString help)
public ReportingDescriptor withHelp(MultiformatMessageString help)
public Set<ReportingDescriptorRelationship> getRelationships()
public void setRelationships(Set<ReportingDescriptorRelationship> relationships)
public ReportingDescriptor withRelationships(Set<ReportingDescriptorRelationship> relationships)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ReportingDescriptor withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.