Package com.onslip360
Class API.Stored_TriggerEvent
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_TriggerEvent>
-
- com.onslip360.API.Stored_TriggerEvent
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_TriggerEvent>>
- Enclosing class:
- API
public static class API.Stored_TriggerEvent extends Onslip360Object<API.Stored_TriggerEvent>
-
-
Constructor Summary
Constructors Constructor Description Stored_TriggerEvent(String created, String description, Long id, API.TriggerAction.LogLevel logLevel, Integer retryCount, API.TriggerAction triggerAction, API.TriggerEvent.Status triggerStatus, String updated, Long user)
-
Method Summary
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Constructor Detail
-
Stored_TriggerEvent
public Stored_TriggerEvent(String created, String description, Long id, API.TriggerAction.LogLevel logLevel, Integer retryCount, API.TriggerAction triggerAction, API.TriggerEvent.Status triggerStatus, String updated, Long user)
-
-
Method Detail
-
created
@Nonnull public String created()
-
description
@Nonnull public String description()
-
id
@Nonnull public Long id()
-
logLevel
@Nonnull public API.TriggerAction.LogLevel logLevel()
-
result
@Nonnull public Optional<API.FileArchive> result()
-
retryCount
@Nonnull public Integer retryCount()
-
serverError
@Nonnull public Optional<API.ServerError> serverError()
-
triggerAction
@Nonnull public API.TriggerAction triggerAction()
-
triggerStatus
@Nonnull public API.TriggerEvent.Status triggerStatus()
-
updated
@Nonnull public String updated()
-
user
@Nonnull public Long user()
-
created
@Nonnull public API.Stored_TriggerEvent created(String created)
-
deleted
@Nonnull public API.Stored_TriggerEvent deleted(@Nullable String deleted)
-
description
@Nonnull public API.Stored_TriggerEvent description(String description)
-
id
@Nonnull public API.Stored_TriggerEvent id(Long id)
-
labels
@Nonnull public API.Stored_TriggerEvent labels(@Nullable Long[] labels)
-
logLevel
@Nonnull public API.Stored_TriggerEvent logLevel(API.TriggerAction.LogLevel logLevel)
-
result
@Nonnull public API.Stored_TriggerEvent result(@Nullable API.FileArchive result)
-
retryCount
@Nonnull public API.Stored_TriggerEvent retryCount(Integer retryCount)
-
serverError
@Nonnull public API.Stored_TriggerEvent serverError(@Nullable API.ServerError serverError)
-
statusMessage
@Nonnull public API.Stored_TriggerEvent statusMessage(@Nullable String statusMessage)
-
tags
@Nonnull public API.Stored_TriggerEvent tags(@Nullable String[] tags)
-
trigger
@Nonnull public API.Stored_TriggerEvent trigger(@Nullable Long trigger)
-
triggerAction
@Nonnull public API.Stored_TriggerEvent triggerAction(API.TriggerAction triggerAction)
-
triggerStatus
@Nonnull public API.Stored_TriggerEvent triggerStatus(API.TriggerEvent.Status triggerStatus)
-
updated
@Nonnull public API.Stored_TriggerEvent updated(String updated)
-
updatedBy
@Nonnull public API.Stored_TriggerEvent updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_TriggerEvent updatedFrom(@Nullable Long updatedFrom)
-
user
@Nonnull public API.Stored_TriggerEvent user(Long user)
-
-