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.MQRecordSchedulecreated(String created)Optional<String>deleted()API.MQRecordScheduledeleted(String deleted)Optional<Long>id()API.MQRecordScheduleid(Long id)String[]jsonMqRecords()API.MQRecordSchedulejsonMqRecords(String[] jsonMqRecords)Optional<String[]>tags()API.MQRecordScheduletags(String[] tags)Optional<String>updated()API.MQRecordScheduleupdated(String updated)Optional<Long>updatedBy()API.MQRecordScheduleupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.MQRecordScheduleupdatedFrom(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)
-
-