public static class ServiceModel.PutSchedule 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 |
|---|
PutSchedule() |
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.PutSchedule setId(String value)
public String getCustomId()
public ServiceModel.PutSchedule setCustomId(String value)
public java.time.OffsetDateTime getStartDate()
public ServiceModel.PutSchedule setStartDate(java.time.OffsetDateTime value)
public java.time.OffsetDateTime getEndDate()
public ServiceModel.PutSchedule setEndDate(java.time.OffsetDateTime value)
public ServiceModel.RecurrenceType getRecurrenceType()
public ServiceModel.PutSchedule setRecurrenceType(ServiceModel.RecurrenceType value)
public ServiceModel.RecurrenceDayWeeklyType getRecurrenceDayWeekly()
public ServiceModel.PutSchedule setRecurrenceDayWeekly(ServiceModel.RecurrenceDayWeeklyType value)
public ServiceModel.RecurrenceDayMonthlyType getRecurrenceDayMonthly()
public ServiceModel.PutSchedule setRecurrenceDayMonthly(ServiceModel.RecurrenceDayMonthlyType value)
public ServiceModel.SamplingLocationGroup getSamplingLocationGroup()
public ServiceModel.PutSchedule setSamplingLocationGroup(ServiceModel.SamplingLocationGroup value)
public ServiceModel.SamplingLocationGroupSelectionType getSamplingLocationGroupSelectionType()
public ServiceModel.PutSchedule setSamplingLocationGroupSelectionType(ServiceModel.SamplingLocationGroupSelectionType value)
public Integer getSamplingLocationGroupSelectionTypeRandomCount()
public ServiceModel.PutSchedule setSamplingLocationGroupSelectionTypeRandomCount(Integer value)
public java.time.OffsetDateTime getLastGenerationDate()
public ServiceModel.PutSchedule setLastGenerationDate(java.time.OffsetDateTime value)
public List<ServiceModel.SchedulePlannedActivity> getSchedulePlannedActivities()
public ServiceModel.PutSchedule setSchedulePlannedActivities(List<ServiceModel.SchedulePlannedActivity> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutSchedule setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Schedule>Copyright © 2022. All rights reserved.