Class UnifiedLogsPartial
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UnifiedLogsPartial
-
public class UnifiedLogsPartial extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnifiedLogsPartial.Builder
-
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)
-
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 UnifiedLogsPartial.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<java.lang.String>requestId()The request IDorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>resource()The requested resourceorg.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<StepLogPartial>>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 URLUnifiedLogsPartialwithAccountId(java.lang.String accountId)The account ID of the requestUnifiedLogsPartialwithAccountId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)The account ID of the requestUnifiedLogsPartialwithAction(java.lang.String action)The requested actionUnifiedLogsPartialwithAction(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)The requested actionUnifiedLogsPartialwithChildResource(java.lang.String childResource)The requested child resourceUnifiedLogsPartialwithChildResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)The requested child resourceUnifiedLogsPartialwithDuration(double duration)The request duration in millisecondsUnifiedLogsPartialwithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)The request duration in millisecondsUnifiedLogsPartialwithEndTime(java.time.OffsetDateTime endTime)The request end time ISO8601 date stringUnifiedLogsPartialwithEndTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)The request end time ISO8601 date stringUnifiedLogsPartialwithEventDatetime(java.time.OffsetDateTime eventDatetime)The event ISO8601 date stringUnifiedLogsPartialwithEventDatetime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime)The event ISO8601 date stringUnifiedLogsPartialwithHttpMethod(java.lang.String httpMethod)The requested HTTP methodUnifiedLogsPartialwithHttpMethod(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)The requested HTTP methodUnifiedLogsPartialwithIsWorker(boolean isWorker)The asynchronous worker flagUnifiedLogsPartialwithIsWorker(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> isWorker)The asynchronous worker flagUnifiedLogsPartialwithPath(java.lang.String path)The requested pathUnifiedLogsPartialwithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The requested pathUnifiedLogsPartialwithProjectId(java.lang.String projectId)The project ID of the requestUnifiedLogsPartialwithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project ID of the requestUnifiedLogsPartialwithProvider(java.lang.String provider)The requested providerUnifiedLogsPartialwithProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)The requested providerUnifiedLogsPartialwithRequestId(java.lang.String requestId)The request IDUnifiedLogsPartialwithRequestId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)The request IDUnifiedLogsPartialwithResource(java.lang.String resource)The requested resourceUnifiedLogsPartialwithResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)The requested resourceUnifiedLogsPartialwithService(java.lang.String service)The requested serviceUnifiedLogsPartialwithService(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> service)The requested serviceUnifiedLogsPartialwithSourceId(java.lang.String sourceId)The requests source IDUnifiedLogsPartialwithSourceId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId)The requests source IDUnifiedLogsPartialwithSourceType(java.lang.String sourceType)The requests source typeUnifiedLogsPartialwithSourceType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType)The requests source typeUnifiedLogsPartialwithSourceValue(java.lang.String sourceValue)The requests source valueUnifiedLogsPartialwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)The requests source valueUnifiedLogsPartialwithStartTime(java.time.OffsetDateTime startTime)The request start time ISO8601 date stringUnifiedLogsPartialwithStartTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)The request start time ISO8601 date stringUnifiedLogsPartialwithStatus(double status)The requests response status codeUnifiedLogsPartialwithStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)The requests response status codeUnifiedLogsPartialwithStepRequests(java.util.List<StepLogPartial> stepRequests)The list of provider requestsUnifiedLogsPartialwithStepRequests(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<StepLogPartial>> stepRequests)The list of provider requestsUnifiedLogsPartialwithSubResource(java.lang.String subResource)The requested sub resourceUnifiedLogsPartialwithSubResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)The requested sub resourceUnifiedLogsPartialwithSuccess(boolean success)The request success flagUnifiedLogsPartialwithSuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)The request success flagUnifiedLogsPartialwithUrl(java.lang.String url)The requested URLUnifiedLogsPartialwithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The requested URL
-
-
-
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
-
builder
public static final UnifiedLogsPartial.Builder builder()
-
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(java.lang.String url)
The requested URL
-
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(java.util.List<StepLogPartial> stepRequests)
The list of provider requests
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-