Class OdsRunbookArtifactStatus.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OdsRunbookArtifactStatus build()  
      OdsRunbookArtifactStatus.Builder setDetail​(java.lang.String detail)
      Online Diagnostic System runbook invocation detail information This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      OdsRunbookArtifactStatus.Builder setInvocation​(java.lang.String invocation)
      Online Diagnostic System runbook invocation path This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setDetail

        public OdsRunbookArtifactStatus.Builder setDetail​(java.lang.String detail)
        Online Diagnostic System runbook invocation detail information 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:
        detail - New value for the property.
      • setInvocation

        public OdsRunbookArtifactStatus.Builder setInvocation​(java.lang.String invocation)
        Online Diagnostic System runbook invocation path 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:
        invocation - New value for the property.