public class CreateCasInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCasInput() |
CreateCasInput(CreateCasInput 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 |
getArRegion()
Get 接入地域
|
Long |
getBandwidth()
Get 敏捷上云的带宽,单位为MB
|
String |
getIdcAddress()
Get 需要接入敏捷上云的IDC的地址
|
String |
getIdcType()
Get 需要接入敏捷上云的IDC的互联网服务提供商类型
|
String |
getName()
Get 敏捷上云名称
|
String |
getRemarks()
Get 备注信息
|
String |
getTelephone()
Get 联系电话
|
void |
setArRegion(String ArRegion)
Set 接入地域
|
void |
setBandwidth(Long Bandwidth)
Set 敏捷上云的带宽,单位为MB
|
void |
setIdcAddress(String IdcAddress)
Set 需要接入敏捷上云的IDC的地址
|
void |
setIdcType(String IdcType)
Set 需要接入敏捷上云的IDC的互联网服务提供商类型
|
void |
setName(String Name)
Set 敏捷上云名称
|
void |
setRemarks(String Remarks)
Set 备注信息
|
void |
setTelephone(String Telephone)
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 CreateCasInput()
public CreateCasInput(CreateCasInput source)
public String getName()
public void setName(String Name)
Name
- 敏捷上云名称public String getIdcAddress()
public void setIdcAddress(String IdcAddress)
IdcAddress
- 需要接入敏捷上云的IDC的地址public String getIdcType()
public void setIdcType(String IdcType)
IdcType
- 需要接入敏捷上云的IDC的互联网服务提供商类型public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 敏捷上云的带宽,单位为MBpublic String getTelephone()
public void setTelephone(String Telephone)
Telephone
- 联系电话public String getRemarks()
public void setRemarks(String Remarks)
Remarks
- 备注信息public String getArRegion()
public void setArRegion(String ArRegion)
ArRegion
- 接入地域Copyright © 2025. All rights reserved.