public class DeviceInfo extends AbstractModel
Constructor and Description |
---|
DeviceInfo() |
DeviceInfo(DeviceInfo 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 |
---|---|
HsmInfo[] |
getHsmTypes()
Get 此厂商旗下的设备信息列表
|
String |
getManufacturer()
Get 厂商名称
|
void |
setHsmTypes(HsmInfo[] HsmTypes)
Set 此厂商旗下的设备信息列表
|
void |
setManufacturer(String Manufacturer)
Set 厂商名称
|
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 DeviceInfo()
public DeviceInfo(DeviceInfo source)
public String getManufacturer()
public void setManufacturer(String Manufacturer)
Manufacturer
- 厂商名称public HsmInfo[] getHsmTypes()
public void setHsmTypes(HsmInfo[] HsmTypes)
HsmTypes
- 此厂商旗下的设备信息列表Copyright © 2021. All rights reserved.