public class ToolComponentReference extends Object
| Constructor and Description |
|---|
ToolComponentReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getGuid()
The 'guid' property of the referenced toolComponent.
|
Integer |
getIndex()
An index into the referenced toolComponent in tool.extensions.
|
String |
getName()
The 'name' property of the referenced toolComponent.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setGuid(String guid)
The 'guid' property of the referenced toolComponent.
|
void |
setIndex(Integer index)
An index into the referenced toolComponent in tool.extensions.
|
void |
setName(String name)
The 'name' property of the referenced toolComponent.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
ToolComponentReference |
withGuid(String guid) |
ToolComponentReference |
withIndex(Integer index) |
ToolComponentReference |
withName(String name) |
ToolComponentReference |
withProperties(PropertyBag properties) |
public String getName()
public void setName(String name)
public ToolComponentReference withName(String name)
public Integer getIndex()
public void setIndex(Integer index)
public ToolComponentReference withIndex(Integer index)
public String getGuid()
public void setGuid(String guid)
public ToolComponentReference withGuid(String guid)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ToolComponentReference withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.