public class ProductInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ProductInfo()  | 
ProductInfo(ProductInfo 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 | 
getProductId()
Get Product ID 
 | 
ProductMetadata | 
getProductMetadata()
Get Product metadata 
 | 
String | 
getProductName()
Get Product name 
 | 
ProductProperties | 
getProductProperties()
Get Product properties 
 | 
void | 
setProductId(String ProductId)
Set Product ID 
 | 
void | 
setProductMetadata(ProductMetadata ProductMetadata)
Set Product metadata 
 | 
void | 
setProductName(String ProductName)
Set Product name 
 | 
void | 
setProductProperties(ProductProperties ProductProperties)
Set Product properties 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ProductInfo()
public ProductInfo(ProductInfo source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - Product IDpublic String getProductName()
public void setProductName(String ProductName)
ProductName - Product namepublic ProductMetadata getProductMetadata()
public void setProductMetadata(ProductMetadata ProductMetadata)
ProductMetadata - Product metadatapublic ProductProperties getProductProperties()
public void setProductProperties(ProductProperties ProductProperties)
ProductProperties - Product propertiesCopyright © 2025. All rights reserved.