public class RequestForActionAnnotation extends DataFieldAnnotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
RequestForActionAnnotation()
Default constructor
|
RequestForActionAnnotation(RequestForActionAnnotation template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Map<String,String> |
getActionProperties()
Return the properties that will guide the remediation action.
|
String |
getActionRequested()
Return the identifier of the type of action that needs to be run.
|
String |
getDiscoveryActivity()
Return the unique name of the discovery activity.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setActionProperties(Map<String,String> actionProperties)
Set up the properties that will guide the remediation action.
|
void |
setActionRequested(String actionRequested)
Set up the identifier of the type of action that needs to be run.
|
void |
setDiscoveryActivity(String discoveryActivity)
Set up the unique name of the discovery activity.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getAnalysisStep, getAnnotationStatus, getAnnotationType, getConfidenceLevel, getExplanation, getExpression, getJsonProperties, getNumAttachedAnnotations, getReviewComment, getReviewDate, getSteward, getSummary, setAdditionalProperties, setAnalysisStep, setAnnotationStatus, setAnnotationType, setConfidenceLevel, setExplanation, setExpression, setJsonProperties, setNumAttachedAnnotations, setReviewComment, setReviewDate, setSteward, setSummarygetElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic RequestForActionAnnotation()
public RequestForActionAnnotation(RequestForActionAnnotation template)
template - object to copypublic String getDiscoveryActivity()
public void setDiscoveryActivity(String discoveryActivity)
discoveryActivity - string namepublic String getActionRequested()
public void setActionRequested(String actionRequested)
actionRequested - string namepublic Map<String,String> getActionProperties()
public void setActionProperties(Map<String,String> actionProperties)
actionProperties - map of property names to property valuespublic String toString()
toString in class DataFieldAnnotationpublic boolean equals(Object objectToCompare)
equals in class AnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AnnotationCopyright © 2018–2020 ODPi. All rights reserved.