public class FindUserReport4AlinlpRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
beginTime |
Long |
customerUserParentId |
String |
endTime |
String |
modelType |
String |
type |
| 构造器和说明 |
|---|
FindUserReport4AlinlpRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FindUserReport4AlinlpRequest |
build(Map<String,?> map) |
String |
getBeginTime() |
Long |
getCustomerUserParentId() |
String |
getEndTime() |
String |
getModelType() |
String |
getType() |
FindUserReport4AlinlpRequest |
setBeginTime(String beginTime) |
FindUserReport4AlinlpRequest |
setCustomerUserParentId(Long customerUserParentId) |
FindUserReport4AlinlpRequest |
setEndTime(String endTime) |
FindUserReport4AlinlpRequest |
setModelType(String modelType) |
FindUserReport4AlinlpRequest |
setType(String type) |
@NameInMap(value="BeginTime") public String beginTime
@NameInMap(value="CustomerUserParentId") public Long customerUserParentId
@NameInMap(value="EndTime") public String endTime
@NameInMap(value="ModelType") public String modelType
@NameInMap(value="Type") public String type
public static FindUserReport4AlinlpRequest build(Map<String,?> map) throws Exception
Exceptionpublic FindUserReport4AlinlpRequest setBeginTime(String beginTime)
public String getBeginTime()
public FindUserReport4AlinlpRequest setCustomerUserParentId(Long customerUserParentId)
public Long getCustomerUserParentId()
public FindUserReport4AlinlpRequest setEndTime(String endTime)
public String getEndTime()
public FindUserReport4AlinlpRequest setModelType(String modelType)
public String getModelType()
public FindUserReport4AlinlpRequest setType(String type)
public String getType()
Copyright © 2023. All rights reserved.