public class DescribeBatchProductionRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeBatchProductionRequest() |
DescribeBatchProductionRequest(DescribeBatchProductionRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBatchProductionId()
Get 量产ID
|
String |
getProductId()
Get 产品ID
|
void |
setBatchProductionId(String BatchProductionId)
Set 量产ID
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBatchProductionRequest()
public DescribeBatchProductionRequest(DescribeBatchProductionRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getBatchProductionId()
public void setBatchProductionId(String BatchProductionId)
BatchProductionId
- 量产IDCopyright © 2023. All rights reserved.