Class OsVersion
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.OsVersion
-
public class OsVersion extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getArchitecture()Get 支持的操作系统架构 注意:此字段可能返回 null,表示取不到有效值。StringgetOsName()Get 操作系统类型String[]getOsVersions()Get 支持的操作系统版本 注意:此字段可能返回 null,表示取不到有效值。voidsetArchitecture(String[] Architecture)Set 支持的操作系统架构 注意:此字段可能返回 null,表示取不到有效值。voidsetOsName(String OsName)Set 操作系统类型voidsetOsVersions(String[] OsVersions)Set 支持的操作系统版本 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OsVersion
public OsVersion()
-
OsVersion
public OsVersion(OsVersion 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.
-
-
Method Detail
-
getOsName
public String getOsName()
Get 操作系统类型- Returns:
- OsName 操作系统类型
-
setOsName
public void setOsName(String OsName)
Set 操作系统类型- Parameters:
OsName- 操作系统类型
-
getOsVersions
public String[] getOsVersions()
Get 支持的操作系统版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OsVersions 支持的操作系统版本 注意:此字段可能返回 null,表示取不到有效值。
-
setOsVersions
public void setOsVersions(String[] OsVersions)
Set 支持的操作系统版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OsVersions- 支持的操作系统版本 注意:此字段可能返回 null,表示取不到有效值。
-
getArchitecture
public String[] getArchitecture()
Get 支持的操作系统架构 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Architecture 支持的操作系统架构 注意:此字段可能返回 null,表示取不到有效值。
-
setArchitecture
public void setArchitecture(String[] Architecture)
Set 支持的操作系统架构 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Architecture- 支持的操作系统架构 注意:此字段可能返回 null,表示取不到有效值。
-
-