public class NodeActionProcessResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long[] |
nodeIds |
protected java.lang.String[] |
nodeNames |
protected java.lang.String[] |
nodeUuids |
protected java.lang.Integer[] |
resultCodes |
Constructor and Description |
---|
NodeActionProcessResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] |
getNodeIds()
The id of the node.
|
java.lang.String[] |
getNodeNames()
The name of the affected nodes, localized if appropriate.
|
java.lang.String[] |
getNodeUuids()
The uuid of the node.
|
java.lang.Long |
getProcessId()
The process id affected by the action.
|
java.lang.Integer[] |
getResultCodes()
The result code from the action.
|
void |
setNodeIds(java.lang.Long[] nodeIds)
The id of the node.
|
void |
setNodeNames(java.lang.String[] nodeNames)
The name of the affected nodes, localized if appropriate.
|
void |
setNodeUuids(java.lang.String[] nodeUuids)
The uuid of the node.
|
void |
setProcessId(java.lang.Long processId)
The process id affected by the action.
|
void |
setResultCodes(java.lang.Integer[] resultCodes)
The result code from the action.
|
java.lang.String |
toString()
Convert this object to String for debugging purposes.
|
protected java.lang.String[] nodeUuids
protected java.lang.Long[] nodeIds
protected java.lang.String[] nodeNames
protected java.lang.Integer[] resultCodes
public java.lang.String[] getNodeUuids()
public void setNodeUuids(java.lang.String[] nodeUuids)
public java.lang.Long[] getNodeIds()
public void setNodeIds(java.lang.Long[] nodeIds)
public java.lang.String[] getNodeNames()
public void setNodeNames(java.lang.String[] nodeNames)
public java.lang.Integer[] getResultCodes()
public void setResultCodes(java.lang.Integer[] resultCodes)
public java.lang.Long getProcessId()
public void setProcessId(java.lang.Long processId)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.