public class IndustryManufactureCommonEventRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
action
This parameter is required.
|
String |
appKey
This parameter is required.
|
Map<String,?> |
bizData |
List<String> |
eventType
This parameter is required.
|
构造器和说明 |
---|
IndustryManufactureCommonEventRequest() |
限定符和类型 | 方法和说明 |
---|---|
static IndustryManufactureCommonEventRequest |
build(Map<String,?> map) |
String |
getAction() |
String |
getAppKey() |
Map<String,?> |
getBizData() |
List<String> |
getEventType() |
IndustryManufactureCommonEventRequest |
setAction(String action) |
IndustryManufactureCommonEventRequest |
setAppKey(String appKey) |
IndustryManufactureCommonEventRequest |
setBizData(Map<String,?> bizData) |
IndustryManufactureCommonEventRequest |
setEventType(List<String> eventType) |
@NameInMap(value="action") public String action
This parameter is required.
@NameInMap(value="appKey") public String appKey
This parameter is required.
public static IndustryManufactureCommonEventRequest build(Map<String,?> map) throws Exception
Exception
public IndustryManufactureCommonEventRequest setAction(String action)
public String getAction()
public IndustryManufactureCommonEventRequest setAppKey(String appKey)
public String getAppKey()
public IndustryManufactureCommonEventRequest setBizData(Map<String,?> bizData)
public IndustryManufactureCommonEventRequest setEventType(List<String> eventType)
Copyright © 2024. All rights reserved.