public class OpenObjectiveRulePeriodDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endDate
This parameter is required.
|
String |
name
This parameter is required.
|
String |
periodId
This parameter is required.
|
String |
periodType
This parameter is required.
|
Long |
startDate
This parameter is required.
|
| 构造器和说明 |
|---|
OpenObjectiveRulePeriodDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OpenObjectiveRulePeriodDTO |
build(Map<String,?> map) |
Long |
getEndDate() |
String |
getName() |
String |
getPeriodId() |
String |
getPeriodType() |
Long |
getStartDate() |
OpenObjectiveRulePeriodDTO |
setEndDate(Long endDate) |
OpenObjectiveRulePeriodDTO |
setName(String name) |
OpenObjectiveRulePeriodDTO |
setPeriodId(String periodId) |
OpenObjectiveRulePeriodDTO |
setPeriodType(String periodType) |
OpenObjectiveRulePeriodDTO |
setStartDate(Long startDate) |
@NameInMap(value="endDate") public Long endDate
This parameter is required.
example:1743436799000
@NameInMap(value="name") public String name
This parameter is required.
example:2024年度
@NameInMap(value="periodId") public String periodId
This parameter is required.
example:6444f5e9a4261c6e699dxxxx
@NameInMap(value="periodType") public String periodType
This parameter is required.
example:season
@NameInMap(value="startDate") public Long startDate
This parameter is required.
example:1711900800000
public static OpenObjectiveRulePeriodDTO build(Map<String,?> map) throws Exception
Exceptionpublic OpenObjectiveRulePeriodDTO setEndDate(Long endDate)
public Long getEndDate()
public OpenObjectiveRulePeriodDTO setName(String name)
public String getName()
public OpenObjectiveRulePeriodDTO setPeriodId(String periodId)
public String getPeriodId()
public OpenObjectiveRulePeriodDTO setPeriodType(String periodType)
public String getPeriodType()
public OpenObjectiveRulePeriodDTO setStartDate(Long startDate)
public Long getStartDate()
Copyright © 2025. All rights reserved.