public class CreateProductRequest extends AbstractModel
Constructor and Description |
---|
CreateProductRequest() |
CreateProductRequest(CreateProductRequest 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 |
getProductName()
Get Product name, which cannot be same as that of an existing product.
|
ProductProperties |
getProductProperties()
Get Product properties
|
String |
getSkey()
Get Skey, which is required to create a CLAA product.
|
void |
setProductName(String ProductName)
Set Product name, which cannot be same as that of an existing product.
|
void |
setProductProperties(ProductProperties ProductProperties)
Set Product properties
|
void |
setSkey(String Skey)
Set Skey, which is required to create a CLAA product.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateProductRequest()
public CreateProductRequest(CreateProductRequest source)
public String getProductName()
public void setProductName(String ProductName)
ProductName
- Product name, which cannot be same as that of an existing product. Naming rule: [a-zA-Z0-9:_-]{1,32}.public ProductProperties getProductProperties()
public void setProductProperties(ProductProperties ProductProperties)
ProductProperties
- Product propertiespublic String getSkey()
public void setSkey(String Skey)
Skey
- Skey, which is required to create a CLAA product.Copyright © 2023. All rights reserved.