public class ModelVersionCount extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModelVersionCount() |
ModelVersionCount(ModelVersionCount 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 |
getDevModel()
Get 型号名称
|
Long |
getVersionCount()
Get 版本数量
|
void |
setDevModel(String DevModel)
Set 型号名称
|
void |
setVersionCount(Long VersionCount)
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 ModelVersionCount()
public ModelVersionCount(ModelVersionCount source)
public String getDevModel()
public void setDevModel(String DevModel)
DevModel
- 型号名称public Long getVersionCount()
public void setVersionCount(Long VersionCount)
VersionCount
- 版本数量Copyright © 2025. All rights reserved.