public class HsmInfo extends AbstractModel
Constructor and Description |
---|
HsmInfo() |
HsmInfo(HsmInfo 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 |
getModel()
Get 加密机型号
|
VsmInfo[] |
getVsmTypes()
Get 此类型的加密机所支持的VSM类型列表
|
void |
setModel(String Model)
Set 加密机型号
|
void |
setVsmTypes(VsmInfo[] VsmTypes)
Set 此类型的加密机所支持的VSM类型列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public HsmInfo()
public HsmInfo(HsmInfo source)
public String getModel()
public void setModel(String Model)
Model
- 加密机型号public VsmInfo[] getVsmTypes()
public void setVsmTypes(VsmInfo[] VsmTypes)
VsmTypes
- 此类型的加密机所支持的VSM类型列表Copyright © 2022. All rights reserved.