Class StepLog


  • public class StepLog
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StepLog.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      StepLog()  
      StepLog​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends StepLogRequest> request, org.openapitools.jackson.nullable.JsonNullable<? extends StepLogResponse> response)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId()
      The account ID of the request
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action()
      The requested action
      static StepLog.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource()
      The requested child resource
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration()
      The request duration in milliseconds
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime()
      The request end time ISO8601 date string
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod()
      The requested HTTP method
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      The provider request ID
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker()
      The asynchronous worker flag
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path()
      The requested path
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
      The project ID of the request
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
      The requested provider
      org.openapitools.jackson.nullable.JsonNullable<StepLogRequest> request()
      The advanced log request data
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId()
      The request ID
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource()
      The requested resource
      org.openapitools.jackson.nullable.JsonNullable<StepLogResponse> response()
      The advanced log response data
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service()
      The requested service
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime()
      The request start time ISO8601 date string
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status()
      The requests response status code
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource()
      The requested sub resource
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success()
      The request success flag
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
      The requested URL
      StepLog withAccountId​(java.lang.String accountId)
      The account ID of the request
      StepLog withAccountId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)
      The account ID of the request
      StepLog withAction​(java.lang.String action)
      The requested action
      StepLog withAction​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)
      The requested action
      StepLog withChildResource​(java.lang.String childResource)
      The requested child resource
      StepLog withChildResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)
      The requested child resource
      StepLog withDuration​(double duration)
      The request duration in milliseconds
      StepLog withDuration​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)
      The request duration in milliseconds
      StepLog withEndTime​(java.time.OffsetDateTime endTime)
      The request end time ISO8601 date string
      StepLog withEndTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)
      The request end time ISO8601 date string
      StepLog withHttpMethod​(java.lang.String httpMethod)
      The requested HTTP method
      StepLog withHttpMethod​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)
      The requested HTTP method
      StepLog withId​(java.lang.String id)
      The provider request ID
      StepLog withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The provider request ID
      StepLog withIsWorker​(boolean isWorker)
      The asynchronous worker flag
      StepLog withIsWorker​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker)
      The asynchronous worker flag
      StepLog withPath​(java.lang.String path)
      The requested path
      StepLog withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
      The requested path
      StepLog withProjectId​(java.lang.String projectId)
      The project ID of the request
      StepLog withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
      The project ID of the request
      StepLog withProvider​(java.lang.String provider)
      The requested provider
      StepLog withProvider​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
      The requested provider
      StepLog withRequest​(StepLogRequest request)
      The advanced log request data
      StepLog withRequest​(org.openapitools.jackson.nullable.JsonNullable<? extends StepLogRequest> request)
      The advanced log request data
      StepLog withRequestId​(java.lang.String requestId)
      The request ID
      StepLog withRequestId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)
      The request ID
      StepLog withResource​(java.lang.String resource)
      The requested resource
      StepLog withResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)
      The requested resource
      StepLog withResponse​(StepLogResponse response)
      The advanced log response data
      StepLog withResponse​(org.openapitools.jackson.nullable.JsonNullable<? extends StepLogResponse> response)
      The advanced log response data
      StepLog withService​(java.lang.String service)
      The requested service
      StepLog withService​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service)
      The requested service
      StepLog withStartTime​(java.time.OffsetDateTime startTime)
      The request start time ISO8601 date string
      StepLog withStartTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)
      The request start time ISO8601 date string
      StepLog withStatus​(double status)
      The requests response status code
      StepLog withStatus​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)
      The requests response status code
      StepLog withSubResource​(java.lang.String subResource)
      The requested sub resource
      StepLog withSubResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)
      The requested sub resource
      StepLog withSuccess​(boolean success)
      The request success flag
      StepLog withSuccess​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
      The request success flag
      StepLog withUrl​(java.lang.String url)
      The requested URL
      StepLog withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      The requested URL
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StepLog

        public StepLog​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId,
                       org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime,
                       org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                       org.openapitools.jackson.nullable.JsonNullable<? extends StepLogRequest> request,
                       org.openapitools.jackson.nullable.JsonNullable<? extends StepLogResponse> response)
      • StepLog

        public StepLog()
    • Method Detail

      • requestId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId()
        The request ID
      • startTime

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime()
        The request start time ISO8601 date string
      • endTime

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime()
        The request end time ISO8601 date string
      • accountId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId()
        The account ID of the request
      • projectId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
        The project ID of the request
      • httpMethod

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod()
        The requested HTTP method
      • path

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path()
        The requested path
      • url

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
        The requested URL
      • status

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status()
        The requests response status code
      • duration

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration()
        The request duration in milliseconds
      • success

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success()
        The request success flag
      • provider

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
        The requested provider
      • service

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service()
        The requested service
      • resource

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource()
        The requested resource
      • childResource

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource()
        The requested child resource
      • subResource

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource()
        The requested sub resource
      • action

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action()
        The requested action
      • isWorker

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker()
        The asynchronous worker flag
      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        The provider request ID
      • request

        public org.openapitools.jackson.nullable.JsonNullable<StepLogRequest> request()
        The advanced log request data
      • response

        public org.openapitools.jackson.nullable.JsonNullable<StepLogResponse> response()
        The advanced log response data
      • withRequestId

        public StepLog withRequestId​(java.lang.String requestId)
        The request ID
      • withRequestId

        public StepLog withRequestId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)
        The request ID
      • withStartTime

        public StepLog withStartTime​(java.time.OffsetDateTime startTime)
        The request start time ISO8601 date string
      • withStartTime

        public StepLog withStartTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)
        The request start time ISO8601 date string
      • withEndTime

        public StepLog withEndTime​(java.time.OffsetDateTime endTime)
        The request end time ISO8601 date string
      • withEndTime

        public StepLog withEndTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)
        The request end time ISO8601 date string
      • withAccountId

        public StepLog withAccountId​(java.lang.String accountId)
        The account ID of the request
      • withAccountId

        public StepLog withAccountId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)
        The account ID of the request
      • withProjectId

        public StepLog withProjectId​(java.lang.String projectId)
        The project ID of the request
      • withProjectId

        public StepLog withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
        The project ID of the request
      • withHttpMethod

        public StepLog withHttpMethod​(java.lang.String httpMethod)
        The requested HTTP method
      • withHttpMethod

        public StepLog withHttpMethod​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)
        The requested HTTP method
      • withPath

        public StepLog withPath​(java.lang.String path)
        The requested path
      • withPath

        public StepLog withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
        The requested path
      • withUrl

        public StepLog withUrl​(java.lang.String url)
        The requested URL
      • withUrl

        public StepLog withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
        The requested URL
      • withStatus

        public StepLog withStatus​(double status)
        The requests response status code
      • withStatus

        public StepLog withStatus​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)
        The requests response status code
      • withDuration

        public StepLog withDuration​(double duration)
        The request duration in milliseconds
      • withDuration

        public StepLog withDuration​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)
        The request duration in milliseconds
      • withSuccess

        public StepLog withSuccess​(boolean success)
        The request success flag
      • withSuccess

        public StepLog withSuccess​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
        The request success flag
      • withProvider

        public StepLog withProvider​(java.lang.String provider)
        The requested provider
      • withProvider

        public StepLog withProvider​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
        The requested provider
      • withService

        public StepLog withService​(java.lang.String service)
        The requested service
      • withService

        public StepLog withService​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service)
        The requested service
      • withResource

        public StepLog withResource​(java.lang.String resource)
        The requested resource
      • withResource

        public StepLog withResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)
        The requested resource
      • withChildResource

        public StepLog withChildResource​(java.lang.String childResource)
        The requested child resource
      • withChildResource

        public StepLog withChildResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)
        The requested child resource
      • withSubResource

        public StepLog withSubResource​(java.lang.String subResource)
        The requested sub resource
      • withSubResource

        public StepLog withSubResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)
        The requested sub resource
      • withAction

        public StepLog withAction​(java.lang.String action)
        The requested action
      • withAction

        public StepLog withAction​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)
        The requested action
      • withIsWorker

        public StepLog withIsWorker​(boolean isWorker)
        The asynchronous worker flag
      • withIsWorker

        public StepLog withIsWorker​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker)
        The asynchronous worker flag
      • withId

        public StepLog withId​(java.lang.String id)
        The provider request ID
      • withId

        public StepLog withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The provider request ID
      • withRequest

        public StepLog withRequest​(org.openapitools.jackson.nullable.JsonNullable<? extends StepLogRequest> request)
        The advanced log request data
      • withResponse

        public StepLog withResponse​(org.openapitools.jackson.nullable.JsonNullable<? extends StepLogResponse> response)
        The advanced log response data
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object