Class PlatformLog


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

      Nested Classes 
      Modifier and Type Class Description
      static class  PlatformLog.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 request
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action()
      The requested action
      static PlatformLog.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> category()
      The requested category
      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)  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime()
      The event ISO8601 date string
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod()
      The requested HTTP method
      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> requestId()
      The request ID
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource()
      The requested resource
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId()
      The requests source ID
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIp()
      The requests source IPV4 ip address
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType()
      The requests source type
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue()
      The requests source value
      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
      PlatformLog withAccountId​(java.lang.String accountId)
      The account ID of the request
      PlatformLog withAccountId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountId)
      The account ID of the request
      PlatformLog withAction​(java.lang.String action)
      The requested action
      PlatformLog withAction​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> action)
      The requested action
      PlatformLog withCategory​(java.lang.String category)
      The requested category
      PlatformLog withCategory​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> category)
      The requested category
      PlatformLog withChildResource​(java.lang.String childResource)
      The requested child resource
      PlatformLog withChildResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> childResource)
      The requested child resource
      PlatformLog withDuration​(double duration)
      The request duration in milliseconds
      PlatformLog withDuration​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> duration)
      The request duration in milliseconds
      PlatformLog withEndTime​(java.time.OffsetDateTime endTime)
      The request end time ISO8601 date string
      PlatformLog withEndTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endTime)
      The request end time ISO8601 date string
      PlatformLog withEventDatetime​(java.time.OffsetDateTime eventDatetime)
      The event ISO8601 date string
      PlatformLog withEventDatetime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> eventDatetime)
      The event ISO8601 date string
      PlatformLog withHttpMethod​(java.lang.String httpMethod)
      The requested HTTP method
      PlatformLog withHttpMethod​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethod)
      The requested HTTP method
      PlatformLog withPath​(java.lang.String path)
      The requested path
      PlatformLog withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
      The requested path
      PlatformLog withProjectId​(java.lang.String projectId)
      The project ID of the request
      PlatformLog withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
      The project ID of the request
      PlatformLog withRequestId​(java.lang.String requestId)
      The request ID
      PlatformLog withRequestId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestId)
      The request ID
      PlatformLog withResource​(java.lang.String resource)
      The requested resource
      PlatformLog withResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resource)
      The requested resource
      PlatformLog withSourceId​(java.lang.String sourceId)
      The requests source ID
      PlatformLog withSourceId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceId)
      The requests source ID
      PlatformLog withSourceIp​(java.lang.String sourceIp)
      The requests source IPV4 ip address
      PlatformLog withSourceIp​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIp)
      The requests source IPV4 ip address
      PlatformLog withSourceType​(java.lang.String sourceType)
      The requests source type
      PlatformLog withSourceType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceType)
      The requests source type
      PlatformLog withSourceValue​(java.lang.String sourceValue)
      The requests source value
      PlatformLog withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
      The requests source value
      PlatformLog withStartTime​(java.time.OffsetDateTime startTime)
      The request start time ISO8601 date string
      PlatformLog withStartTime​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startTime)
      The request start time ISO8601 date string
      PlatformLog withStatus​(double status)
      The requests response status code
      PlatformLog withStatus​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> status)
      The requests response status code
      PlatformLog withSubResource​(java.lang.String subResource)
      The requested sub resource
      PlatformLog withSubResource​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> subResource)
      The requested sub resource
      PlatformLog withSuccess​(boolean success)
      The request success flag
      PlatformLog withSuccess​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
      The request success flag
      PlatformLog withUrl​(java.lang.String url)
      The requested URL
      PlatformLog 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

      • 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
      • 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:
        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