public final class OdsRunbookInvocationReport
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
OdsRunbookInvocationReport.Builder
Builder class for
OdsRunbookInvocationReport . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
static java.lang.String |
INVALID_REASON_CANCELLED |
static java.lang.String |
INVALID_REASON_INTERNAL_ERROR |
static java.lang.String |
INVALID_REASON_TIMEOUT |
Modifier | Constructor and Description |
---|---|
|
OdsRunbookInvocationReport()
Default constructor.
|
protected |
OdsRunbookInvocationReport(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
Modifier and Type | Method and Description |
---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static OdsRunbookInvocationReport |
_newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static OdsRunbookInvocationReport |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getErrorDetail()
The error detail of the invalid report.
|
java.lang.String |
getInvalidReason()
Possible values are:
INVALID_REASON_TIMEOUT
INVALID_REASON_CANCELLED
INVALID_REASON_INTERNAL_ERROR
The reason why this report is invalid. |
java.lang.String |
getInvocationId()
The universally unique identifier for invocation of an Online Diagnostic System
runbook.
|
java.lang.Long |
getRecommendationCode()
Online Diagnostic System recommendation code of the runbook invocation.
|
java.lang.String |
getRecommendationMessage()
Online Diagnostic System recommendation message of the runbook invocation.
|
java.lang.Long |
getResultCode()
Online Diagnostic System result code of the runbook invocation.
|
java.lang.String |
getResultMessage()
Online Diagnostic System result message of the runbook invocation.
|
OdsRunbookInvocationStatus |
getStatus() |
java.util.List<OdsRunbookInvocationStepInfo> |
getStepDetails()
Details of performed steps in the invocation of an Online Diagnostic System
runbook.
|
OdsRunbookSysInfo |
getSysInfo() |
java.lang.String |
getTargetNode()
Identifier of an appliance node or transport node where the execution of an
Online Diagnostic System runbook happens.
|
java.lang.Long |
getTimestamp()
The timestamp when the report of an Online Diagnostic System runbook is
generated in milliseconds epoch.
|
int |
hashCode() |
void |
setErrorDetail(java.lang.String errorDetail)
The error detail of the invalid report.
|
void |
setInvalidReason(java.lang.String invalidReason)
Possible values are:
INVALID_REASON_TIMEOUT
INVALID_REASON_CANCELLED
INVALID_REASON_INTERNAL_ERROR
The reason why this report is invalid. |
void |
setInvocationId(java.lang.String invocationId)
The universally unique identifier for invocation of an Online Diagnostic System
runbook.
|
void |
setRecommendationCode(java.lang.Long recommendationCode)
Online Diagnostic System recommendation code of the runbook invocation.
|
void |
setRecommendationMessage(java.lang.String recommendationMessage)
Online Diagnostic System recommendation message of the runbook invocation.
|
void |
setResultCode(java.lang.Long resultCode)
Online Diagnostic System result code of the runbook invocation.
|
void |
setResultMessage(java.lang.String resultMessage)
Online Diagnostic System result message of the runbook invocation.
|
void |
setStatus(OdsRunbookInvocationStatus status) |
void |
setStepDetails(java.util.List<OdsRunbookInvocationStepInfo> stepDetails)
Details of performed steps in the invocation of an Online Diagnostic System
runbook.
|
void |
setSysInfo(OdsRunbookSysInfo sysInfo) |
void |
setTargetNode(java.lang.String targetNode)
Identifier of an appliance node or transport node where the execution of an
Online Diagnostic System runbook happens.
|
void |
setTimestamp(java.lang.Long timestamp)
The timestamp when the report of an Online Diagnostic System runbook is
generated in milliseconds epoch.
|
java.lang.String |
toString() |
public static final java.lang.String INVALID_REASON_TIMEOUT
public static final java.lang.String INVALID_REASON_CANCELLED
public static final java.lang.String INVALID_REASON_INTERNAL_ERROR
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public OdsRunbookInvocationReport()
protected OdsRunbookInvocationReport(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.String getErrorDetail()
public void setErrorDetail(java.lang.String errorDetail)
errorDetail
- New value for the property.public java.lang.String getInvalidReason()
public void setInvalidReason(java.lang.String invalidReason)
invalidReason
- New value for the property.public java.lang.String getInvocationId()
public void setInvocationId(java.lang.String invocationId)
invocationId
- New value for the property.public java.lang.Long getRecommendationCode()
public void setRecommendationCode(java.lang.Long recommendationCode)
recommendationCode
- New value for the property.public java.lang.String getRecommendationMessage()
public void setRecommendationMessage(java.lang.String recommendationMessage)
recommendationMessage
- New value for the property.public java.lang.Long getResultCode()
public void setResultCode(java.lang.Long resultCode)
resultCode
- New value for the property.public java.lang.String getResultMessage()
public void setResultMessage(java.lang.String resultMessage)
resultMessage
- New value for the property.public OdsRunbookInvocationStatus getStatus()
public void setStatus(OdsRunbookInvocationStatus status)
status
- New value for the property.public java.util.List<OdsRunbookInvocationStepInfo> getStepDetails()
public void setStepDetails(java.util.List<OdsRunbookInvocationStepInfo> stepDetails)
stepDetails
- New value for the property.public OdsRunbookSysInfo getSysInfo()
public void setSysInfo(OdsRunbookSysInfo sysInfo)
sysInfo
- New value for the property.public java.lang.String getTargetNode()
public void setTargetNode(java.lang.String targetNode)
targetNode
- New value for the property.public java.lang.Long getTimestamp()
public void setTimestamp(java.lang.Long timestamp)
timestamp
- New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue
in interface com.vmware.vapi.bindings.Structure
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate
in interface com.vmware.vapi.bindings.StaticStructure
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface com.vmware.vapi.bindings.StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf
in interface com.vmware.vapi.bindings.Structure
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo
in interface com.vmware.vapi.bindings.Structure
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames
in interface com.vmware.vapi.bindings.StaticStructure
public static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType
instance representing the static bindings
type for this Structure
.public java.lang.String _getCanonicalName()
_getCanonicalName
in interface com.vmware.vapi.bindings.Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static OdsRunbookInvocationReport _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue
- the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructType
public static OdsRunbookInvocationReport _newInstance2(com.vmware.vapi.data.StructValue structValue)