public class ReportingDescriptorReference extends Object
| Constructor and Description |
|---|
ReportingDescriptorReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getGuid()
A guid that uniquely identifies the descriptor.
|
String |
getId()
The id of the descriptor.
|
Integer |
getIndex()
The index into an array of descriptors in toolComponent.ruleDescriptors, toolComponent.notificationDescriptors, or toolComponent.taxonomyDescriptors, depending on context.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
ToolComponentReference |
getToolComponent()
Identifies a particular toolComponent object, either the driver or an extension.
|
int |
hashCode() |
void |
setGuid(String guid)
A guid that uniquely identifies the descriptor.
|
void |
setId(String id)
The id of the descriptor.
|
void |
setIndex(Integer index)
The index into an array of descriptors in toolComponent.ruleDescriptors, toolComponent.notificationDescriptors, or toolComponent.taxonomyDescriptors, depending on context.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setToolComponent(ToolComponentReference toolComponent)
Identifies a particular toolComponent object, either the driver or an extension.
|
String |
toString() |
ReportingDescriptorReference |
withGuid(String guid) |
ReportingDescriptorReference |
withId(String id) |
ReportingDescriptorReference |
withIndex(Integer index) |
ReportingDescriptorReference |
withProperties(PropertyBag properties) |
ReportingDescriptorReference |
withToolComponent(ToolComponentReference toolComponent) |
public String getId()
public void setId(String id)
public ReportingDescriptorReference withId(String id)
public Integer getIndex()
public void setIndex(Integer index)
public ReportingDescriptorReference withIndex(Integer index)
public String getGuid()
public void setGuid(String guid)
public ReportingDescriptorReference withGuid(String guid)
public ToolComponentReference getToolComponent()
public void setToolComponent(ToolComponentReference toolComponent)
public ReportingDescriptorReference withToolComponent(ToolComponentReference toolComponent)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ReportingDescriptorReference withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.