public class Idc extends AbstractModel
header, skipSign
Constructor and Description |
---|
Idc() |
Idc(Idc 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 |
---|---|
Long |
getIdcId()
Get 机房ID
|
String |
getIdcName()
Get 机房名称
|
IdcUnit[] |
getIdcUnitSet()
Get 机房管理单元详情列表
|
void |
setIdcId(Long IdcId)
Set 机房ID
|
void |
setIdcName(String IdcName)
Set 机房名称
|
void |
setIdcUnitSet(IdcUnit[] IdcUnitSet)
Set 机房管理单元详情列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Idc()
public Idc(Idc source)
public String getIdcName()
public void setIdcName(String IdcName)
IdcName
- 机房名称public Long getIdcId()
public void setIdcId(Long IdcId)
IdcId
- 机房IDpublic IdcUnit[] getIdcUnitSet()
public void setIdcUnitSet(IdcUnit[] IdcUnitSet)
IdcUnitSet
- 机房管理单元详情列表Copyright © 2025. All rights reserved.