public class CreateUploadPathRequest extends AbstractModel
| Constructor and Description |
|---|
CreateUploadPathRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Get 固件文件名
|
String |
getProductId()
Get 产品ID
|
void |
setFileName(String FileName)
Set 固件文件名
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getFileName()
public void setFileName(String FileName)
FileName - 固件文件名Copyright © 2020. All rights reserved.