Class StackoneListPlatformLogsQueryParamFilter


  • public class StackoneListPlatformLogsQueryParamFilter
    extends java.lang.Object
    StackoneListPlatformLogsQueryParamFilter

    Filter parameters that allow greater customisation of the list response

    • Constructor Detail

      • StackoneListPlatformLogsQueryParamFilter

        public StackoneListPlatformLogsQueryParamFilter​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceTypes,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValues,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIds,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categories,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success,
                                                        org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamRequestLogsOrderBy> orderBy,
                                                        org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamRequestLogsOrderDirection> orderDirection)
      • StackoneListPlatformLogsQueryParamFilter

        public StackoneListPlatformLogsQueryParamFilter()
    • Method Detail

      • accountIds

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds()
        A comma-separated list of account IDs to filter the results by.
      • startDate

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
        A ISO8601 date string to filter the results by start_date.
      • endDate

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate()
        A ISO8601 date string to filter the results by end_date.
      • requestIds

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds()
        A comma-separated list of request IDs to filter the results by.
      • sourceTypes

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceTypes()
        A comma-separated list of source types to filter the results by.
      • sourceValues

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValues()
        A comma-separated list of source values to filter the results by.
      • sourceIds

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIds()
        A comma-separated list of source IDs to filter the results by.
      • httpMethods

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods()
        A comma-separated list of HTTP methods to filter the results by.
      • categories

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categories()
        A comma-separated list of categories to filter the results by.
      • resources

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources()
        A comma-separated list of resources to filter the results by.
      • actions

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions()
        A comma-separated list of actions to filter the results by.
      • statusCodes

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes()
        A comma-separated list of status codes to filter the results by.
      • success

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success()
        A boolean value to filter the results by success or failure.
      • withAccountIds

        public StackoneListPlatformLogsQueryParamFilter withAccountIds​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)
        A comma-separated list of account IDs to filter the results by.
      • withStartDate

        public StackoneListPlatformLogsQueryParamFilter withStartDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
        A ISO8601 date string to filter the results by start_date.
      • withEndDate

        public StackoneListPlatformLogsQueryParamFilter withEndDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
        A ISO8601 date string to filter the results by end_date.
      • withRequestIds

        public StackoneListPlatformLogsQueryParamFilter withRequestIds​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds)
        A comma-separated list of request IDs to filter the results by.
      • withSourceTypes

        public StackoneListPlatformLogsQueryParamFilter withSourceTypes​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceTypes)
        A comma-separated list of source types to filter the results by.
      • withSourceValues

        public StackoneListPlatformLogsQueryParamFilter withSourceValues​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValues)
        A comma-separated list of source values to filter the results by.
      • withSourceIds

        public StackoneListPlatformLogsQueryParamFilter withSourceIds​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIds)
        A comma-separated list of source IDs to filter the results by.
      • withHttpMethods

        public StackoneListPlatformLogsQueryParamFilter withHttpMethods​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods)
        A comma-separated list of HTTP methods to filter the results by.
      • withCategories

        public StackoneListPlatformLogsQueryParamFilter withCategories​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categories)
        A comma-separated list of categories to filter the results by.
      • withResources

        public StackoneListPlatformLogsQueryParamFilter withResources​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources)
        A comma-separated list of resources to filter the results by.
      • withActions

        public StackoneListPlatformLogsQueryParamFilter withActions​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions)
        A comma-separated list of actions to filter the results by.
      • withStatusCodes

        public StackoneListPlatformLogsQueryParamFilter withStatusCodes​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes)
        A comma-separated list of status codes to filter the results by.
      • withSuccess

        public StackoneListPlatformLogsQueryParamFilter withSuccess​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
        A boolean value to filter the results by success or failure.
      • 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