Package com.onslip360
Class API.MQRecordSchedule
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.MQRecordSchedule>
-
- com.onslip360.API.MQRecordSchedule
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.MQRecordSchedule>>
- Enclosing class:
- API
public static class API.MQRecordSchedule extends Onslip360Object<API.MQRecordSchedule>
-
-
Constructor Summary
Constructors Constructor Description MQRecordSchedule(String[] jsonMqRecords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
created()
API.MQRecordSchedule
created(String created)
Optional<String>
deleted()
API.MQRecordSchedule
deleted(String deleted)
Optional<Long>
id()
API.MQRecordSchedule
id(Long id)
String[]
jsonMqRecords()
API.MQRecordSchedule
jsonMqRecords(String[] jsonMqRecords)
Optional<String[]>
tags()
API.MQRecordSchedule
tags(String[] tags)
Optional<String>
updated()
API.MQRecordSchedule
updated(String updated)
Optional<Long>
updatedBy()
API.MQRecordSchedule
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.MQRecordSchedule
updatedFrom(Long updatedFrom)
-
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
-
MQRecordSchedule
public MQRecordSchedule(String[] jsonMqRecords)
-
-
Method Detail
-
jsonMqRecords
@Nonnull public String[] jsonMqRecords()
-
created
@Nonnull public API.MQRecordSchedule created(@Nullable String created)
-
deleted
@Nonnull public API.MQRecordSchedule deleted(@Nullable String deleted)
-
id
@Nonnull public API.MQRecordSchedule id(@Nullable Long id)
-
jsonMqRecords
@Nonnull public API.MQRecordSchedule jsonMqRecords(String[] jsonMqRecords)
-
tags
@Nonnull public API.MQRecordSchedule tags(@Nullable String[] tags)
-
updated
@Nonnull public API.MQRecordSchedule updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.MQRecordSchedule updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.MQRecordSchedule updatedFrom(@Nullable Long updatedFrom)
-
-