Class UnauthorizedStatus

java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.messages.Status<String>
org.opentestfactory.services.components.auth.UnauthorizedStatus

public class UnauthorizedStatus extends org.opentestfactory.messages.Status<String>
Author:
edegenetais
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opentestfactory.messages.Status

    org.opentestfactory.messages.Status.StatusValue
  • Field Summary

    Fields inherited from class org.opentestfactory.messages.OTFMessage

    apiVersion, NAME_KEY, WORKFLOW_ID_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.opentestfactory.messages.Status

    equals, getCode, getDetails, getKind, getMessage, getReason, getStatus, hashCode, setCode, setDetails, setMessage, setReason, setStatus

    Methods inherited from class org.opentestfactory.messages.OTFMessage

    addMetadata, checkKind, getApiVersion, getMetadata, setApiVersion, setMetadata

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnauthorizedStatus

      public UnauthorizedStatus(String details)