public class ModifyDimensionWeightRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDimensionWeightRequest() |
ModifyDimensionWeightRequest(ModifyDimensionWeightRequest 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 |
getProjectId()
Get Project ID
|
Boolean |
getRefresh()
Get Whether to Refresh Historical Data
|
WeightInfo[] |
getWeightInfoList()
Get Weight Information List
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setRefresh(Boolean Refresh)
Set Whether to Refresh Historical Data
|
void |
setWeightInfoList(WeightInfo[] WeightInfoList)
Set Weight Information List
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDimensionWeightRequest()
public ModifyDimensionWeightRequest(ModifyDimensionWeightRequest source)
public WeightInfo[] getWeightInfoList()
public void setWeightInfoList(WeightInfo[] WeightInfoList)
WeightInfoList
- Weight Information Listpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Boolean getRefresh()
public void setRefresh(Boolean Refresh)
Refresh
- Whether to Refresh Historical DataCopyright © 2024. All rights reserved.