public static class ServiceModel.PostSchedule extends Object implements net.servicestack.client.IReturn<ServiceModel.Schedule>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
java.time.OffsetDateTime |
EndDate |
String |
Id |
java.time.OffsetDateTime |
LastGenerationDate |
ServiceModel.RecurrenceDayMonthlyType |
RecurrenceDayMonthly |
ServiceModel.RecurrenceDayWeeklyType |
RecurrenceDayWeekly |
ServiceModel.RecurrenceType |
RecurrenceType |
ServiceModel.SamplingLocationGroup |
SamplingLocationGroup |
ServiceModel.SamplingLocationGroupSelectionType |
SamplingLocationGroupSelectionType |
Integer |
SamplingLocationGroupSelectionTypeRandomCount |
List<ServiceModel.SchedulePlannedActivity> |
SchedulePlannedActivities |
java.time.OffsetDateTime |
StartDate |
| Constructor and Description |
|---|
PostSchedule() |
public String Id
public String CustomId
public java.time.OffsetDateTime StartDate
public java.time.OffsetDateTime EndDate
public ServiceModel.RecurrenceType RecurrenceType
public ServiceModel.RecurrenceDayWeeklyType RecurrenceDayWeekly
public ServiceModel.RecurrenceDayMonthlyType RecurrenceDayMonthly
public ServiceModel.SamplingLocationGroup SamplingLocationGroup
public ServiceModel.SamplingLocationGroupSelectionType SamplingLocationGroupSelectionType
public Integer SamplingLocationGroupSelectionTypeRandomCount
public java.time.OffsetDateTime LastGenerationDate
public List<ServiceModel.SchedulePlannedActivity> SchedulePlannedActivities
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PostSchedule setId(String value)
public String getCustomId()
public ServiceModel.PostSchedule setCustomId(String value)
public java.time.OffsetDateTime getStartDate()
public ServiceModel.PostSchedule setStartDate(java.time.OffsetDateTime value)
public java.time.OffsetDateTime getEndDate()
public ServiceModel.PostSchedule setEndDate(java.time.OffsetDateTime value)
public ServiceModel.RecurrenceType getRecurrenceType()
public ServiceModel.PostSchedule setRecurrenceType(ServiceModel.RecurrenceType value)
public ServiceModel.RecurrenceDayWeeklyType getRecurrenceDayWeekly()
public ServiceModel.PostSchedule setRecurrenceDayWeekly(ServiceModel.RecurrenceDayWeeklyType value)
public ServiceModel.RecurrenceDayMonthlyType getRecurrenceDayMonthly()
public ServiceModel.PostSchedule setRecurrenceDayMonthly(ServiceModel.RecurrenceDayMonthlyType value)
public ServiceModel.SamplingLocationGroup getSamplingLocationGroup()
public ServiceModel.PostSchedule setSamplingLocationGroup(ServiceModel.SamplingLocationGroup value)
public ServiceModel.SamplingLocationGroupSelectionType getSamplingLocationGroupSelectionType()
public ServiceModel.PostSchedule setSamplingLocationGroupSelectionType(ServiceModel.SamplingLocationGroupSelectionType value)
public Integer getSamplingLocationGroupSelectionTypeRandomCount()
public ServiceModel.PostSchedule setSamplingLocationGroupSelectionTypeRandomCount(Integer value)
public java.time.OffsetDateTime getLastGenerationDate()
public ServiceModel.PostSchedule setLastGenerationDate(java.time.OffsetDateTime value)
public List<ServiceModel.SchedulePlannedActivity> getSchedulePlannedActivities()
public ServiceModel.PostSchedule setSchedulePlannedActivities(List<ServiceModel.SchedulePlannedActivity> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostSchedule setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Schedule>Copyright © 2022. All rights reserved.