Class StepLog
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.StepLog
-
public class StepLog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStepLog.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 requestorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>action()The requested actionstatic StepLog.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>childResource()The requested child resourceorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>duration()The request duration in millisecondsorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>endTime()The request end time ISO8601 date stringbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>httpMethod()The requested HTTP methodorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The provider request IDorg.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean>isWorker()The asynchronous worker flagorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>path()The requested pathorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>projectId()The project ID of the requestorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>provider()The requested providerorg.openapitools.jackson.nullable.JsonNullable<StepLogRequest>request()The advanced log request dataorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>requestId()The request IDorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>resource()The requested resourceorg.openapitools.jackson.nullable.JsonNullable<StepLogResponse>response()The advanced log response dataorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>service()The requested serviceorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startTime()The request start time ISO8601 date stringorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>status()The requests response status codeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>subResource()The requested sub resourceorg.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean>success()The request success flagjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>url()The requested URLStepLogwithAccountId(java.lang.String accountId)The account ID of the requestStepLogwithAccountId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)The account ID of the requestStepLogwithAction(java.lang.String action)The requested actionStepLogwithAction(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)The requested actionStepLogwithChildResource(java.lang.String childResource)The requested child resourceStepLogwithChildResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)The requested child resourceStepLogwithDuration(double duration)The request duration in millisecondsStepLogwithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)The request duration in millisecondsStepLogwithEndTime(java.time.OffsetDateTime endTime)The request end time ISO8601 date stringStepLogwithEndTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)The request end time ISO8601 date stringStepLogwithHttpMethod(java.lang.String httpMethod)The requested HTTP methodStepLogwithHttpMethod(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)The requested HTTP methodStepLogwithId(java.lang.String id)The provider request IDStepLogwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The provider request IDStepLogwithIsWorker(boolean isWorker)The asynchronous worker flagStepLogwithIsWorker(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker)The asynchronous worker flagStepLogwithPath(java.lang.String path)The requested pathStepLogwithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The requested pathStepLogwithProjectId(java.lang.String projectId)The project ID of the requestStepLogwithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project ID of the requestStepLogwithProvider(java.lang.String provider)The requested providerStepLogwithProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)The requested providerStepLogwithRequest(StepLogRequest request)The advanced log request dataStepLogwithRequest(org.openapitools.jackson.nullable.JsonNullable<? extends StepLogRequest> request)The advanced log request dataStepLogwithRequestId(java.lang.String requestId)The request IDStepLogwithRequestId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)The request IDStepLogwithResource(java.lang.String resource)The requested resourceStepLogwithResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)The requested resourceStepLogwithResponse(StepLogResponse response)The advanced log response dataStepLogwithResponse(org.openapitools.jackson.nullable.JsonNullable<? extends StepLogResponse> response)The advanced log response dataStepLogwithService(java.lang.String service)The requested serviceStepLogwithService(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service)The requested serviceStepLogwithStartTime(java.time.OffsetDateTime startTime)The request start time ISO8601 date stringStepLogwithStartTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)The request start time ISO8601 date stringStepLogwithStatus(double status)The requests response status codeStepLogwithStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)The requests response status codeStepLogwithSubResource(java.lang.String subResource)The requested sub resourceStepLogwithSubResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)The requested sub resourceStepLogwithSuccess(boolean success)The request success flagStepLogwithSuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)The request success flagStepLogwithUrl(java.lang.String url)The requested URLStepLogwithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The requested URL
-
-
-
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
-
builder
public static StepLog.Builder builder()
-
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(StepLogRequest request)
The advanced log request data
-
withRequest
public StepLog withRequest(org.openapitools.jackson.nullable.JsonNullable<? extends StepLogRequest> request)
The advanced log request data
-
withResponse
public StepLog withResponse(StepLogResponse response)
The advanced log response 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-