Class DescribeAssetSystemsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.DescribeAssetSystemsRequest
-
public class DescribeAssetSystemsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAssetSystemsRequest()DescribeAssetSystemsRequest(DescribeAssetSystemsRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetOsBit()Get 生成包支持的操作系统位数StringgetOsType()Get 生成包支持的操作系统类型voidsetOsBit(Long OsBit)Set 生成包支持的操作系统位数voidsetOsType(String OsType)Set 生成包支持的操作系统类型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
-
DescribeAssetSystemsRequest
public DescribeAssetSystemsRequest()
-
DescribeAssetSystemsRequest
public DescribeAssetSystemsRequest(DescribeAssetSystemsRequest 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
-
getOsType
public String getOsType()
Get 生成包支持的操作系统类型- Returns:
- OsType 生成包支持的操作系统类型
-
setOsType
public void setOsType(String OsType)
Set 生成包支持的操作系统类型- Parameters:
OsType- 生成包支持的操作系统类型
-
getOsBit
public Long getOsBit()
Get 生成包支持的操作系统位数- Returns:
- OsBit 生成包支持的操作系统位数
-
setOsBit
public void setOsBit(Long OsBit)
Set 生成包支持的操作系统位数- Parameters:
OsBit- 生成包支持的操作系统位数
-
-