Class PlatformLog
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.PlatformLog
-
public class PlatformLog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatformLog.Builder
-
Constructor Summary
Constructors Constructor Description PlatformLog()PlatformLog(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> 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.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<java.lang.String> sourceIp, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> category)
-
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 PlatformLog.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>category()The requested categoryorg.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.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>requestId()The request IDorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>resource()The requested resourceorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>sourceId()The requests source IDorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>sourceIp()The requests source IPV4 ip addressorg.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.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 URLPlatformLogwithAccountId(java.lang.String accountId)The account ID of the requestPlatformLogwithAccountId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)The account ID of the requestPlatformLogwithAction(java.lang.String action)The requested actionPlatformLogwithAction(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)The requested actionPlatformLogwithCategory(java.lang.String category)The requested categoryPlatformLogwithCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> category)The requested categoryPlatformLogwithChildResource(java.lang.String childResource)The requested child resourcePlatformLogwithChildResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)The requested child resourcePlatformLogwithDuration(double duration)The request duration in millisecondsPlatformLogwithDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)The request duration in millisecondsPlatformLogwithEndTime(java.time.OffsetDateTime endTime)The request end time ISO8601 date stringPlatformLogwithEndTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)The request end time ISO8601 date stringPlatformLogwithEventDatetime(java.time.OffsetDateTime eventDatetime)The event ISO8601 date stringPlatformLogwithEventDatetime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime)The event ISO8601 date stringPlatformLogwithHttpMethod(java.lang.String httpMethod)The requested HTTP methodPlatformLogwithHttpMethod(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)The requested HTTP methodPlatformLogwithPath(java.lang.String path)The requested pathPlatformLogwithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The requested pathPlatformLogwithProjectId(java.lang.String projectId)The project ID of the requestPlatformLogwithProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project ID of the requestPlatformLogwithRequestId(java.lang.String requestId)The request IDPlatformLogwithRequestId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)The request IDPlatformLogwithResource(java.lang.String resource)The requested resourcePlatformLogwithResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)The requested resourcePlatformLogwithSourceId(java.lang.String sourceId)The requests source IDPlatformLogwithSourceId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId)The requests source IDPlatformLogwithSourceIp(java.lang.String sourceIp)The requests source IPV4 ip addressPlatformLogwithSourceIp(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIp)The requests source IPV4 ip addressPlatformLogwithSourceType(java.lang.String sourceType)The requests source typePlatformLogwithSourceType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType)The requests source typePlatformLogwithSourceValue(java.lang.String sourceValue)The requests source valuePlatformLogwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)The requests source valuePlatformLogwithStartTime(java.time.OffsetDateTime startTime)The request start time ISO8601 date stringPlatformLogwithStartTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)The request start time ISO8601 date stringPlatformLogwithStatus(double status)The requests response status codePlatformLogwithStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)The requests response status codePlatformLogwithSubResource(java.lang.String subResource)The requested sub resourcePlatformLogwithSubResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)The requested sub resourcePlatformLogwithSuccess(boolean success)The request success flagPlatformLogwithSuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)The request success flagPlatformLogwithUrl(java.lang.String url)The requested URLPlatformLogwithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The requested URL
-
-
-
Constructor Detail
-
PlatformLog
public PlatformLog(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> 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.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<java.lang.String> sourceIp, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> category)
-
PlatformLog
public PlatformLog()
-
-
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
-
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
-
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
-
sourceIp
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIp()
The requests source IPV4 ip address
-
category
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> category()
The requested category
-
builder
public static PlatformLog.Builder builder()
-
withRequestId
public PlatformLog withRequestId(java.lang.String requestId)
The request ID
-
withRequestId
public PlatformLog withRequestId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)
The request ID
-
withEventDatetime
public PlatformLog withEventDatetime(java.time.OffsetDateTime eventDatetime)
The event ISO8601 date string
-
withEventDatetime
public PlatformLog withEventDatetime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime)
The event ISO8601 date string
-
withStartTime
public PlatformLog withStartTime(java.time.OffsetDateTime startTime)
The request start time ISO8601 date string
-
withStartTime
public PlatformLog withStartTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)
The request start time ISO8601 date string
-
withEndTime
public PlatformLog withEndTime(java.time.OffsetDateTime endTime)
The request end time ISO8601 date string
-
withEndTime
public PlatformLog withEndTime(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)
The request end time ISO8601 date string
-
withAccountId
public PlatformLog withAccountId(java.lang.String accountId)
The account ID of the request
-
withAccountId
public PlatformLog withAccountId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)
The account ID of the request
-
withProjectId
public PlatformLog withProjectId(java.lang.String projectId)
The project ID of the request
-
withProjectId
public PlatformLog withProjectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
The project ID of the request
-
withHttpMethod
public PlatformLog withHttpMethod(java.lang.String httpMethod)
The requested HTTP method
-
withHttpMethod
public PlatformLog withHttpMethod(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)
The requested HTTP method
-
withPath
public PlatformLog withPath(java.lang.String path)
The requested path
-
withPath
public PlatformLog withPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
The requested path
-
withUrl
public PlatformLog withUrl(java.lang.String url)
The requested URL
-
withUrl
public PlatformLog withUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
The requested URL
-
withStatus
public PlatformLog withStatus(double status)
The requests response status code
-
withStatus
public PlatformLog withStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)
The requests response status code
-
withDuration
public PlatformLog withDuration(double duration)
The request duration in milliseconds
-
withDuration
public PlatformLog withDuration(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)
The request duration in milliseconds
-
withSuccess
public PlatformLog withSuccess(boolean success)
The request success flag
-
withSuccess
public PlatformLog withSuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
The request success flag
-
withResource
public PlatformLog withResource(java.lang.String resource)
The requested resource
-
withResource
public PlatformLog withResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)
The requested resource
-
withChildResource
public PlatformLog withChildResource(java.lang.String childResource)
The requested child resource
-
withChildResource
public PlatformLog withChildResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)
The requested child resource
-
withSubResource
public PlatformLog withSubResource(java.lang.String subResource)
The requested sub resource
-
withSubResource
public PlatformLog withSubResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)
The requested sub resource
-
withAction
public PlatformLog withAction(java.lang.String action)
The requested action
-
withAction
public PlatformLog withAction(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)
The requested action
-
withSourceType
public PlatformLog withSourceType(java.lang.String sourceType)
The requests source type
-
withSourceType
public PlatformLog withSourceType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType)
The requests source type
-
withSourceValue
public PlatformLog withSourceValue(java.lang.String sourceValue)
The requests source value
-
withSourceValue
public PlatformLog withSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
The requests source value
-
withSourceId
public PlatformLog withSourceId(java.lang.String sourceId)
The requests source ID
-
withSourceId
public PlatformLog withSourceId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId)
The requests source ID
-
withSourceIp
public PlatformLog withSourceIp(java.lang.String sourceIp)
The requests source IPV4 ip address
-
withSourceIp
public PlatformLog withSourceIp(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIp)
The requests source IPV4 ip address
-
withCategory
public PlatformLog withCategory(java.lang.String category)
The requested category
-
withCategory
public PlatformLog withCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> category)
The requested category
-
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
-
-