Package com.onslip360
Class API.Partial_StatusEvent
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_StatusEvent>
-
- com.onslip360.API.Partial_StatusEvent
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_StatusEvent>>
- Enclosing class:
- API
public static class API.Partial_StatusEvent extends Onslip360Object<API.Partial_StatusEvent>
-
-
Constructor Summary
Constructors Constructor Description Partial_StatusEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<API.StatusEvent.Category>
category()
API.Partial_StatusEvent
category(API.StatusEvent.Category category)
Erasable<String>
description()
API.Partial_StatusEvent
description(Erasable<String> description)
API.Partial_StatusEvent
description(String description)
Optional<API.TriggerAction.LogLevel>
logLevel()
API.Partial_StatusEvent
logLevel(API.TriggerAction.LogLevel logLevel)
Erasable<API.Partial_ServerError>
serverError()
API.Partial_StatusEvent
serverError(API.Partial_ServerError serverError)
API.Partial_StatusEvent
serverError(Erasable<API.Partial_ServerError> serverError)
Optional<String>
statusMessage()
API.Partial_StatusEvent
statusMessage(String statusMessage)
-
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
-
-
-
-
Method Detail
-
category
@Nonnull public Optional<API.StatusEvent.Category> category()
-
logLevel
@Nonnull public Optional<API.TriggerAction.LogLevel> logLevel()
-
serverError
@Nonnull public Erasable<API.Partial_ServerError> serverError()
-
category
@Nonnull public API.Partial_StatusEvent category(@Nullable API.StatusEvent.Category category)
-
description
@Nonnull public API.Partial_StatusEvent description(@Nullable String description)
-
description
@Nonnull public API.Partial_StatusEvent description(@Nullable Erasable<String> description)
-
logLevel
@Nonnull public API.Partial_StatusEvent logLevel(@Nullable API.TriggerAction.LogLevel logLevel)
-
serverError
@Nonnull public API.Partial_StatusEvent serverError(@Nullable API.Partial_ServerError serverError)
-
serverError
@Nonnull public API.Partial_StatusEvent serverError(@Nullable Erasable<API.Partial_ServerError> serverError)
-
statusMessage
@Nonnull public API.Partial_StatusEvent statusMessage(@Nullable String statusMessage)
-
-