public class RunAutomationDetails extends Object
| Constructor and Description |
|---|
RunAutomationDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getCorrelationGuid()
A stable, unique identifier for the equivalence class of runs to which this object's containing run object belongs in the form of a GUID.
|
Message |
getDescription()
Encapsulates a message intended to be read by the end user.
|
String |
getGuid()
A stable, unique identifer for this object's containing run object in the form of a GUID.
|
String |
getId()
A hierarchical string that uniquely identifies this object's containing run object.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setCorrelationGuid(String correlationGuid)
A stable, unique identifier for the equivalence class of runs to which this object's containing run object belongs in the form of a GUID.
|
void |
setDescription(Message description)
Encapsulates a message intended to be read by the end user.
|
void |
setGuid(String guid)
A stable, unique identifer for this object's containing run object in the form of a GUID.
|
void |
setId(String id)
A hierarchical string that uniquely identifies this object's containing run object.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
RunAutomationDetails |
withCorrelationGuid(String correlationGuid) |
RunAutomationDetails |
withDescription(Message description) |
RunAutomationDetails |
withGuid(String guid) |
RunAutomationDetails |
withId(String id) |
RunAutomationDetails |
withProperties(PropertyBag properties) |
public Message getDescription()
public void setDescription(Message description)
public RunAutomationDetails withDescription(Message description)
public String getId()
public void setId(String id)
public RunAutomationDetails withId(String id)
public String getGuid()
public void setGuid(String guid)
public RunAutomationDetails withGuid(String guid)
public String getCorrelationGuid()
public void setCorrelationGuid(String correlationGuid)
public RunAutomationDetails withCorrelationGuid(String correlationGuid)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public RunAutomationDetails withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.