Class OdsRunbookInvocationStepInfo.Builder

    • Method Detail

      • setActionResult

        public OdsRunbookInvocationStepInfo.Builder setActionResult​(java.lang.String actionResult)
        The description of results of performed actions in the step. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        actionResult - New value for the property.
      • setActionSummary

        public OdsRunbookInvocationStepInfo.Builder setActionSummary​(java.lang.String actionSummary)
        Summary of performed actions in the step. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        actionSummary - New value for the property.
      • setArtifacts

        public OdsRunbookInvocationStepInfo.Builder setArtifacts​(java.util.List<java.lang.String> artifacts)
        The collection of associated artifact list. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        artifacts - New value for the property.
      • setStepId

        public OdsRunbookInvocationStepInfo.Builder setStepId​(java.lang.Long stepId)
        The sequence number of a step in the invocation of an Online Diagnostic System Runbook. format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        stepId - New value for the property.