Class VsmInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudhsm.v20191112.models.VsmInfo
-
public class VsmInfo 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 Long
getTypeID()
Get VSM类型值String
getTypeName()
Get VSM类型名称void
setTypeID(Long TypeID)
Set VSM类型值void
setTypeName(String TypeName)
Set VSM类型名称void
toMap(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
-
VsmInfo
public VsmInfo()
-
VsmInfo
public VsmInfo(VsmInfo 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
-
getTypeName
public String getTypeName()
Get VSM类型名称- Returns:
- TypeName VSM类型名称
-
setTypeName
public void setTypeName(String TypeName)
Set VSM类型名称- Parameters:
TypeName
- VSM类型名称
-
getTypeID
public Long getTypeID()
Get VSM类型值- Returns:
- TypeID VSM类型值
-
setTypeID
public void setTypeID(Long TypeID)
Set VSM类型值- Parameters:
TypeID
- VSM类型值
-
-