public class IndustryManufactureMesProcessRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
IndustryManufactureMesProcessRequest.IndustryManufactureMesProcessRequestExtendData |
限定符和类型 | 字段和说明 |
---|---|
String |
action
This parameter is required.
|
String |
appKey
This parameter is required.
|
String |
baseDataName
example:
process
|
List<IndustryManufactureMesProcessRequest.IndustryManufactureMesProcessRequestExtendData> |
extendData |
String |
name
example:
打磨
|
String |
needDispatch
example:
y
|
String |
needQualityTest
example:
n
|
String |
no
example:
011354
|
String |
price
example:
0.21
|
String |
prop
example:
自制
|
String |
remark
example:
这里是备注
|
String |
sop
example:
止口面攻牙的操作方法
|
String |
uuid
This parameter is required.
|
构造器和说明 |
---|
IndustryManufactureMesProcessRequest() |
@NameInMap(value="action") public String action
This parameter is required.
example:add
@NameInMap(value="appKey") public String appKey
This parameter is required.
example:opsoft
@NameInMap(value="baseDataName") public String baseDataName
process
@NameInMap(value="extendData") public List<IndustryManufactureMesProcessRequest.IndustryManufactureMesProcessRequestExtendData> extendData
@NameInMap(value="name") public String name
打磨
@NameInMap(value="needDispatch") public String needDispatch
y
@NameInMap(value="needQualityTest") public String needQualityTest
n
@NameInMap(value="no") public String no
011354
@NameInMap(value="price") public String price
0.21
@NameInMap(value="prop") public String prop
自制
@NameInMap(value="remark") public String remark
这里是备注
@NameInMap(value="sop") public String sop
止口面攻牙的操作方法
@NameInMap(value="uuid") public String uuid
This parameter is required.
example:39C1E213-86B2-706B-9615-5B957DF8C15D
public static IndustryManufactureMesProcessRequest build(Map<String,?> map) throws Exception
Exception
public IndustryManufactureMesProcessRequest setAction(String action)
public String getAction()
public IndustryManufactureMesProcessRequest setAppKey(String appKey)
public String getAppKey()
public IndustryManufactureMesProcessRequest setBaseDataName(String baseDataName)
public String getBaseDataName()
public IndustryManufactureMesProcessRequest setExtendData(List<IndustryManufactureMesProcessRequest.IndustryManufactureMesProcessRequestExtendData> extendData)
public List<IndustryManufactureMesProcessRequest.IndustryManufactureMesProcessRequestExtendData> getExtendData()
public IndustryManufactureMesProcessRequest setName(String name)
public String getName()
public IndustryManufactureMesProcessRequest setNeedDispatch(String needDispatch)
public String getNeedDispatch()
public IndustryManufactureMesProcessRequest setNeedQualityTest(String needQualityTest)
public String getNeedQualityTest()
public IndustryManufactureMesProcessRequest setNo(String no)
public String getNo()
public IndustryManufactureMesProcessRequest setPrice(String price)
public String getPrice()
public IndustryManufactureMesProcessRequest setProp(String prop)
public String getProp()
public IndustryManufactureMesProcessRequest setRemark(String remark)
public String getRemark()
public IndustryManufactureMesProcessRequest setSop(String sop)
public String getSop()
public IndustryManufactureMesProcessRequest setUuid(String uuid)
public String getUuid()
Copyright © 2024. All rights reserved.