public class CommonServiceBaseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CommonServiceBaseInfo() |
CommonServiceBaseInfo(CommonServiceBaseInfo 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 |
getContactName()
Get 业务联系人
|
String |
getContactPhone()
Get 联系人电话
|
String |
getIdcName()
Get 机房名称
|
String |
getInstructions()
Get 操作说明
|
Boolean |
getPreAuthorization()
Get 操作预授权
|
Long |
getServiceLevel()
Get 1 、2 、3 分别代表 L1、L2、L3
|
void |
setContactName(String ContactName)
Set 业务联系人
|
void |
setContactPhone(String ContactPhone)
Set 联系人电话
|
void |
setIdcName(String IdcName)
Set 机房名称
|
void |
setInstructions(String Instructions)
Set 操作说明
|
void |
setPreAuthorization(Boolean PreAuthorization)
Set 操作预授权
|
void |
setServiceLevel(Long ServiceLevel)
Set 1 、2 、3 分别代表 L1、L2、L3
|
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 CommonServiceBaseInfo()
public CommonServiceBaseInfo(CommonServiceBaseInfo source)
public String getIdcName()
public void setIdcName(String IdcName)
IdcName
- 机房名称public String getContactName()
public void setContactName(String ContactName)
ContactName
- 业务联系人public String getContactPhone()
public void setContactPhone(String ContactPhone)
ContactPhone
- 联系人电话public String getInstructions()
public void setInstructions(String Instructions)
Instructions
- 操作说明public Long getServiceLevel()
public void setServiceLevel(Long ServiceLevel)
ServiceLevel
- 1 、2 、3 分别代表 L1、L2、L3public Boolean getPreAuthorization()
public void setPreAuthorization(Boolean PreAuthorization)
PreAuthorization
- 操作预授权Copyright © 2025. All rights reserved.