Class UnifiedLogsPartial


  • public class UnifiedLogsPartial
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UnifiedLogsPartial()  
      UnifiedLogsPartial​(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 java.util.List<StepLogPartial>> stepRequests)  
    • Constructor Detail

      • UnifiedLogsPartial

        public UnifiedLogsPartial​(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 java.util.List<StepLogPartial>> stepRequests)
      • UnifiedLogsPartial

        public UnifiedLogsPartial()
    • 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
      • stepRequests

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public UnifiedLogsPartial withStepRequests​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StepLogPartial>> 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