Package com.onslip360
Class API.MQRecord
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.MQRecord>
-
- com.onslip360.API.MQRecord
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.MQRecord>>
- Enclosing class:
- API
public static class API.MQRecord extends Onslip360Object<API.MQRecord>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.MQRecord.Type
-
Constructor Summary
Constructors Constructor Description MQRecord(API.ActiveTrigger[] activeTriggers, Integer retryCount, API.MQRecord.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Long>
actionTriggerEvent()
API.MQRecord
actionTriggerEvent(Long actionTriggerEvent)
Optional<Long>
actionUserId()
API.MQRecord
actionUserId(Long actionUserId)
Optional<String[]>
activeEventStreams()
API.MQRecord
activeEventStreams(String[] activeEventStreams)
API.ActiveTrigger[]
activeTriggers()
API.MQRecord
activeTriggers(API.ActiveTrigger[] activeTriggers)
Optional<String>
companyAlias()
API.MQRecord
companyAlias(String companyAlias)
Optional<API.DataObjectOperation>
dataObject()
API.MQRecord
dataObject(API.DataObjectOperation dataObject)
Integer
retryCount()
API.MQRecord
retryCount(Integer retryCount)
API.MQRecord.Type
type()
API.MQRecord
type(API.MQRecord.Type type)
-
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
-
MQRecord
public MQRecord(API.ActiveTrigger[] activeTriggers, Integer retryCount, API.MQRecord.Type type)
-
-
Method Detail
-
activeTriggers
@Nonnull public API.ActiveTrigger[] activeTriggers()
-
dataObject
@Nonnull public Optional<API.DataObjectOperation> dataObject()
-
retryCount
@Nonnull public Integer retryCount()
-
type
@Nonnull public API.MQRecord.Type type()
-
actionTriggerEvent
@Nonnull public API.MQRecord actionTriggerEvent(@Nullable Long actionTriggerEvent)
-
actionUserId
@Nonnull public API.MQRecord actionUserId(@Nullable Long actionUserId)
-
activeEventStreams
@Nonnull public API.MQRecord activeEventStreams(@Nullable String[] activeEventStreams)
-
activeTriggers
@Nonnull public API.MQRecord activeTriggers(API.ActiveTrigger[] activeTriggers)
-
companyAlias
@Nonnull public API.MQRecord companyAlias(@Nullable String companyAlias)
-
dataObject
@Nonnull public API.MQRecord dataObject(@Nullable API.DataObjectOperation dataObject)
-
retryCount
@Nonnull public API.MQRecord retryCount(Integer retryCount)
-
type
@Nonnull public API.MQRecord type(API.MQRecord.Type type)
-
-