public class GetDISyncTaskMetricInfoRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetDISyncTaskMetricInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDISyncTaskMetricInfoRequest |
build(Map<String,?> map) |
Long |
getEndDate() |
Long |
getFileId() |
Long |
getProjectId() |
Long |
getStartDate() |
GetDISyncTaskMetricInfoRequest |
setEndDate(Long endDate) |
GetDISyncTaskMetricInfoRequest |
setFileId(Long fileId) |
GetDISyncTaskMetricInfoRequest |
setProjectId(Long projectId) |
GetDISyncTaskMetricInfoRequest |
setStartDate(Long startDate) |
@NameInMap(value="EndDate") public Long endDate
@NameInMap(value="FileId") public Long fileId
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="StartDate") public Long startDate
public static GetDISyncTaskMetricInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDISyncTaskMetricInfoRequest setEndDate(Long endDate)
public Long getEndDate()
public GetDISyncTaskMetricInfoRequest setFileId(Long fileId)
public Long getFileId()
public GetDISyncTaskMetricInfoRequest setProjectId(Long projectId)
public Long getProjectId()
public GetDISyncTaskMetricInfoRequest setStartDate(Long startDate)
public Long getStartDate()
Copyright © 2021. All rights reserved.