public class CreateStorageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStorageRequest() |
CreateStorageRequest(CreateStorageRequest 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 |
getPkgId()
Get 云存套餐ID
|
String |
getTid()
Get 设备TID
|
String |
getUserTag()
Get 用户唯一标识,由厂商保证内部唯一性
|
void |
setPkgId(String PkgId)
Set 云存套餐ID
|
void |
setTid(String Tid)
Set 设备TID
|
void |
setUserTag(String UserTag)
Set 用户唯一标识,由厂商保证内部唯一性
|
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, toJsonString
public CreateStorageRequest()
public CreateStorageRequest(CreateStorageRequest source)
public String getPkgId()
public void setPkgId(String PkgId)
PkgId
- 云存套餐IDpublic String getTid()
public void setTid(String Tid)
Tid
- 设备TIDpublic String getUserTag()
public void setUserTag(String UserTag)
UserTag
- 用户唯一标识,由厂商保证内部唯一性Copyright © 2024. All rights reserved.