Class UnifiedLogs


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

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

      Constructors 
      Constructor Description
      UnifiedLogs()  
      UnifiedLogs​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime, 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> sourceType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId, org.openapitools.jackson.nullable.JsonNullable<? extends Request> request, org.openapitools.jackson.nullable.JsonNullable<? extends Response> response, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StepLog>> stepRequests)  
    • 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 UnifiedLogs.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)  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime()
      The event ISO8601 date string
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod()
      The requested HTTP method
      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<Request> 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<Response> response()
      The advanced log response data
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service()
      The requested service
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId()
      The requests source ID
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType()
      The requests source type
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue()
      The requests source value
      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.util.List<StepLog>> stepRequests()
      The list of provider requests
      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
      UnifiedLogs withAccountId​(java.lang.String accountId)
      The account ID of the request
      UnifiedLogs withAccountId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)
      The account ID of the request
      UnifiedLogs withAction​(java.lang.String action)
      The requested action
      UnifiedLogs withAction​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)
      The requested action
      UnifiedLogs withChildResource​(java.lang.String childResource)
      The requested child resource
      UnifiedLogs withChildResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)
      The requested child resource
      UnifiedLogs withDuration​(double duration)
      The request duration in milliseconds
      UnifiedLogs withDuration​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)
      The request duration in milliseconds
      UnifiedLogs withEndTime​(java.time.OffsetDateTime endTime)
      The request end time ISO8601 date string
      UnifiedLogs withEndTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)
      The request end time ISO8601 date string
      UnifiedLogs withEventDatetime​(java.time.OffsetDateTime eventDatetime)
      The event ISO8601 date string
      UnifiedLogs withEventDatetime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime)
      The event ISO8601 date string
      UnifiedLogs withHttpMethod​(java.lang.String httpMethod)
      The requested HTTP method
      UnifiedLogs withHttpMethod​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)
      The requested HTTP method
      UnifiedLogs withIsWorker​(boolean isWorker)
      The asynchronous worker flag
      UnifiedLogs withIsWorker​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker)
      The asynchronous worker flag
      UnifiedLogs withPath​(java.lang.String path)
      The requested path
      UnifiedLogs withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
      The requested path
      UnifiedLogs withProjectId​(java.lang.String projectId)
      The project ID of the request
      UnifiedLogs withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
      The project ID of the request
      UnifiedLogs withProvider​(java.lang.String provider)
      The requested provider
      UnifiedLogs withProvider​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
      The requested provider
      UnifiedLogs withRequest​(Request request)
      The advanced log request data
      UnifiedLogs withRequest​(org.openapitools.jackson.nullable.JsonNullable<? extends Request> request)
      The advanced log request data
      UnifiedLogs withRequestId​(java.lang.String requestId)
      The request ID
      UnifiedLogs withRequestId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)
      The request ID
      UnifiedLogs withResource​(java.lang.String resource)
      The requested resource
      UnifiedLogs withResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)
      The requested resource
      UnifiedLogs withResponse​(Response response)
      The advanced log response data
      UnifiedLogs withResponse​(org.openapitools.jackson.nullable.JsonNullable<? extends Response> response)
      The advanced log response data
      UnifiedLogs withService​(java.lang.String service)
      The requested service
      UnifiedLogs withService​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service)
      The requested service
      UnifiedLogs withSourceId​(java.lang.String sourceId)
      The requests source ID
      UnifiedLogs withSourceId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId)
      The requests source ID
      UnifiedLogs withSourceType​(java.lang.String sourceType)
      The requests source type
      UnifiedLogs withSourceType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType)
      The requests source type
      UnifiedLogs withSourceValue​(java.lang.String sourceValue)
      The requests source value
      UnifiedLogs withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
      The requests source value
      UnifiedLogs withStartTime​(java.time.OffsetDateTime startTime)
      The request start time ISO8601 date string
      UnifiedLogs withStartTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)
      The request start time ISO8601 date string
      UnifiedLogs withStatus​(double status)
      The requests response status code
      UnifiedLogs withStatus​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)
      The requests response status code
      UnifiedLogs withStepRequests​(java.util.List<StepLog> stepRequests)
      The list of provider requests
      UnifiedLogs withStepRequests​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StepLog>> stepRequests)
      The list of provider requests
      UnifiedLogs withSubResource​(java.lang.String subResource)
      The requested sub resource
      UnifiedLogs withSubResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)
      The requested sub resource
      UnifiedLogs withSuccess​(boolean success)
      The request success flag
      UnifiedLogs withSuccess​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
      The request success flag
      UnifiedLogs withUrl​(java.lang.String url)
      The requested URL
      UnifiedLogs 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

      • UnifiedLogs

        public UnifiedLogs​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId,
                           org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime,
                           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> sourceType,
                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue,
                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId,
                           org.openapitools.jackson.nullable.JsonNullable<? extends Request> request,
                           org.openapitools.jackson.nullable.JsonNullable<? extends Response> response,
                           org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StepLog>> stepRequests)
      • UnifiedLogs

        public UnifiedLogs()
    • Method Detail

      • requestId

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

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime()
        The event ISO8601 date string
      • 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
      • sourceType

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType()
        The requests source type
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue()
        The requests source value
      • sourceId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId()
        The requests source ID
      • request

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

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

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<StepLog>> stepRequests()
        The list of provider requests
      • withRequestId

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

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

        public UnifiedLogs withEventDatetime​(java.time.OffsetDateTime eventDatetime)
        The event ISO8601 date string
      • withEventDatetime

        public UnifiedLogs withEventDatetime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime)
        The event ISO8601 date string
      • withStartTime

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public UnifiedLogs withSourceType​(java.lang.String sourceType)
        The requests source type
      • withSourceType

        public UnifiedLogs withSourceType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType)
        The requests source type
      • withSourceValue

        public UnifiedLogs withSourceValue​(java.lang.String sourceValue)
        The requests source value
      • withSourceValue

        public UnifiedLogs withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
        The requests source value
      • withSourceId

        public UnifiedLogs withSourceId​(java.lang.String sourceId)
        The requests source ID
      • withSourceId

        public UnifiedLogs withSourceId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId)
        The requests source ID
      • withRequest

        public UnifiedLogs withRequest​(Request request)
        The advanced log request data
      • withRequest

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

        public UnifiedLogs withResponse​(Response response)
        The advanced log response data
      • withResponse

        public UnifiedLogs withResponse​(org.openapitools.jackson.nullable.JsonNullable<? extends Response> response)
        The advanced log response data
      • withStepRequests

        public UnifiedLogs withStepRequests​(java.util.List<StepLog> stepRequests)
        The list of provider requests
      • withStepRequests

        public UnifiedLogs withStepRequests​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StepLog>> stepRequests)
        The list of provider requests
      • 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