public class UpdateProductRequest extends com.aliyuncs.RpcAcsRequest<UpdateProductResponse>
| Constructor and Description |
|---|
UpdateProductRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCatId() |
String |
getExtProps() |
Integer |
getNodeType() |
String |
getProductDesc() |
String |
getProductKey() |
String |
getProductName() |
Class<UpdateProductResponse> |
getResponseClass() |
void |
setCatId(Long catId) |
void |
setExtProps(String extProps) |
void |
setNodeType(Integer nodeType) |
void |
setProductDesc(String productDesc) |
void |
setProductKey(String productKey) |
void |
setProductName(String productName) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionIdgetConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic Long getCatId()
public void setCatId(Long catId)
public Integer getNodeType()
public void setNodeType(Integer nodeType)
public String getProductName()
public void setProductName(String productName)
public String getExtProps()
public void setExtProps(String extProps)
public String getProductKey()
public void setProductKey(String productKey)
public String getProductDesc()
public void setProductDesc(String productDesc)
public Class<UpdateProductResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<UpdateProductResponse>Copyright © 2018. All Rights Reserved.