public class CollectionData extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CollectionData.Builder |
| 构造器和说明 |
|---|
CollectionData() |
CollectionData(CollectionData.Builder builder) |
public CollectionData()
public CollectionData(CollectionData.Builder builder)
public String getId()
public void setId(String id)
public Integer getCollectionType()
public void setCollectionType(Integer collectionType)
public CollectionDataPeriod getDataPeriod()
public void setDataPeriod(CollectionDataPeriod dataPeriod)
public String getCurrencyId()
public void setCurrencyId(String currencyId)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public CollectionItemValue[] getCollectionItemValues()
public void setCollectionItemValues(CollectionItemValue[] collectionItemValues)
public CollectionTemplateSnapshot getTemplateSnapshot()
public void setTemplateSnapshot(CollectionTemplateSnapshot templateSnapshot)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getModifiedAt()
public void setModifiedAt(String modifiedAt)
public EmployeeInfo getCreatorInfo()
public void setCreatorInfo(EmployeeInfo creatorInfo)
public EmployeeInfo getModifierInfo()
public void setModifierInfo(EmployeeInfo modifierInfo)
public CalendarPeriod getCalendarPeriod()
public void setCalendarPeriod(CalendarPeriod calendarPeriod)
public String getEffectiveTime()
public void setEffectiveTime(String effectiveTime)
public String getSourceActivityId()
public void setSourceActivityId(String sourceActivityId)
public Integer getStatus()
public void setStatus(Integer status)
public String getRelatedDataId()
public void setRelatedDataId(String relatedDataId)
public static CollectionData.Builder newBuilder()
Copyright © 2025. All rights reserved.