Class StepLogPartial


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

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

      Constructors 
      Constructor Description
      StepLogPartial()  
      StepLogPartial​(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)  
    • 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 StepLogPartial.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<java.lang.String> requestId()
      The request ID
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource()
      The requested resource
      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
      StepLogPartial withAccountId​(java.lang.String accountId)
      The account ID of the request
      StepLogPartial withAccountId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)
      The account ID of the request
      StepLogPartial withAction​(java.lang.String action)
      The requested action
      StepLogPartial withAction​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)
      The requested action
      StepLogPartial withChildResource​(java.lang.String childResource)
      The requested child resource
      StepLogPartial withChildResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)
      The requested child resource
      StepLogPartial withDuration​(double duration)
      The request duration in milliseconds
      StepLogPartial withDuration​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)
      The request duration in milliseconds
      StepLogPartial withEndTime​(java.time.OffsetDateTime endTime)
      The request end time ISO8601 date string
      StepLogPartial withEndTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)
      The request end time ISO8601 date string
      StepLogPartial withHttpMethod​(java.lang.String httpMethod)
      The requested HTTP method
      StepLogPartial withHttpMethod​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)
      The requested HTTP method
      StepLogPartial withId​(java.lang.String id)
      The provider request ID
      StepLogPartial withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The provider request ID
      StepLogPartial withIsWorker​(boolean isWorker)
      The asynchronous worker flag
      StepLogPartial withIsWorker​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker)
      The asynchronous worker flag
      StepLogPartial withPath​(java.lang.String path)
      The requested path
      StepLogPartial withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
      The requested path
      StepLogPartial withProjectId​(java.lang.String projectId)
      The project ID of the request
      StepLogPartial withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
      The project ID of the request
      StepLogPartial withProvider​(java.lang.String provider)
      The requested provider
      StepLogPartial withProvider​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
      The requested provider
      StepLogPartial withRequestId​(java.lang.String requestId)
      The request ID
      StepLogPartial withRequestId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)
      The request ID
      StepLogPartial withResource​(java.lang.String resource)
      The requested resource
      StepLogPartial withResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)
      The requested resource
      StepLogPartial withService​(java.lang.String service)
      The requested service
      StepLogPartial withService​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service)
      The requested service
      StepLogPartial withStartTime​(java.time.OffsetDateTime startTime)
      The request start time ISO8601 date string
      StepLogPartial withStartTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)
      The request start time ISO8601 date string
      StepLogPartial withStatus​(double status)
      The requests response status code
      StepLogPartial withStatus​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)
      The requests response status code
      StepLogPartial withSubResource​(java.lang.String subResource)
      The requested sub resource
      StepLogPartial withSubResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)
      The requested sub resource
      StepLogPartial withSuccess​(boolean success)
      The request success flag
      StepLogPartial withSuccess​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
      The request success flag
      StepLogPartial withUrl​(java.lang.String url)
      The requested URL
      StepLogPartial 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

      • StepLogPartial

        public StepLogPartial​(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)
      • StepLogPartial

        public StepLogPartial()
    • 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
      • withRequestId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public StepLogPartial withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The provider request ID
      • 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