public class GetBaselineKeyPathRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetBaselineKeyPathRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetBaselineKeyPathRequest |
build(Map<String,?> map) |
Long |
getBaselineId() |
String |
getBizdate() |
Integer |
getInGroupId() |
GetBaselineKeyPathRequest |
setBaselineId(Long baselineId) |
GetBaselineKeyPathRequest |
setBizdate(String bizdate) |
GetBaselineKeyPathRequest |
setInGroupId(Integer inGroupId) |
@NameInMap(value="BaselineId") public Long baselineId
@NameInMap(value="Bizdate") public String bizdate
@NameInMap(value="InGroupId") public Integer inGroupId
public static GetBaselineKeyPathRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetBaselineKeyPathRequest setBaselineId(Long baselineId)
public Long getBaselineId()
public GetBaselineKeyPathRequest setBizdate(String bizdate)
public String getBizdate()
public GetBaselineKeyPathRequest setInGroupId(Integer inGroupId)
public Integer getInGroupId()
Copyright © 2021. All rights reserved.