Class UnifiedLogs
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UnifiedLogs
-
public class UnifiedLogs extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnifiedLogs.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 requestorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>action()The requested actionstatic UnifiedLogs.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)org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>eventDatetime()The event ISO8601 date stringinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>httpMethod()The requested HTTP methodorg.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<Request>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<Response>response()The advanced log response dataorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>service()The requested serviceorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>sourceId()The requests source IDorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>sourceType()The requests source typeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>sourceValue()The requests source valueorg.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.util.List<StepLog>>stepRequests()The list of provider requestsorg.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 URLUnifiedLogswithAccountId(java.lang.String accountId)The account ID of the requestUnifiedLogswithAccountId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)The account ID of the requestUnifiedLogswithAction(java.lang.String action)The requested actionUnifiedLogswithAction(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)The requested actionUnifiedLogswithChildResource(java.lang.String childResource)The requested child resourceUnifiedLogswithChildResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)The requested child resourceUnifiedLogswithDuration(double duration)The request duration in millisecondsUnifiedLogswithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)The request duration in millisecondsUnifiedLogswithEndTime(java.time.OffsetDateTime endTime)The request end time ISO8601 date stringUnifiedLogswithEndTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)The request end time ISO8601 date stringUnifiedLogswithEventDatetime(java.time.OffsetDateTime eventDatetime)The event ISO8601 date stringUnifiedLogswithEventDatetime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime)The event ISO8601 date stringUnifiedLogswithHttpMethod(java.lang.String httpMethod)The requested HTTP methodUnifiedLogswithHttpMethod(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)The requested HTTP methodUnifiedLogswithIsWorker(boolean isWorker)The asynchronous worker flagUnifiedLogswithIsWorker(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker)The asynchronous worker flagUnifiedLogswithPath(java.lang.String path)The requested pathUnifiedLogswithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The requested pathUnifiedLogswithProjectId(java.lang.String projectId)The project ID of the requestUnifiedLogswithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project ID of the requestUnifiedLogswithProvider(java.lang.String provider)The requested providerUnifiedLogswithProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)The requested providerUnifiedLogswithRequest(Request request)The advanced log request dataUnifiedLogswithRequest(org.openapitools.jackson.nullable.JsonNullable<? extends Request> request)The advanced log request dataUnifiedLogswithRequestId(java.lang.String requestId)The request IDUnifiedLogswithRequestId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)The request IDUnifiedLogswithResource(java.lang.String resource)The requested resourceUnifiedLogswithResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)The requested resourceUnifiedLogswithResponse(Response response)The advanced log response dataUnifiedLogswithResponse(org.openapitools.jackson.nullable.JsonNullable<? extends Response> response)The advanced log response dataUnifiedLogswithService(java.lang.String service)The requested serviceUnifiedLogswithService(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service)The requested serviceUnifiedLogswithSourceId(java.lang.String sourceId)The requests source IDUnifiedLogswithSourceId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId)The requests source IDUnifiedLogswithSourceType(java.lang.String sourceType)The requests source typeUnifiedLogswithSourceType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType)The requests source typeUnifiedLogswithSourceValue(java.lang.String sourceValue)The requests source valueUnifiedLogswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)The requests source valueUnifiedLogswithStartTime(java.time.OffsetDateTime startTime)The request start time ISO8601 date stringUnifiedLogswithStartTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)The request start time ISO8601 date stringUnifiedLogswithStatus(double status)The requests response status codeUnifiedLogswithStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)The requests response status codeUnifiedLogswithStepRequests(java.util.List<StepLog> stepRequests)The list of provider requestsUnifiedLogswithStepRequests(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StepLog>> stepRequests)The list of provider requestsUnifiedLogswithSubResource(java.lang.String subResource)The requested sub resourceUnifiedLogswithSubResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)The requested sub resourceUnifiedLogswithSuccess(boolean success)The request success flagUnifiedLogswithSuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)The request success flagUnifiedLogswithUrl(java.lang.String url)The requested URLUnifiedLogswithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The requested URL
-
-
-
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
-
builder
public static UnifiedLogs.Builder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-