public class ISPTypeItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ISPTypeItem() |
ISPTypeItem(ISPTypeItem 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 |
getCount()
Get 申请IPv6 Cidr Block的个数。作为入参数时为必选。
|
String |
getISPType()
Get IPv6 Cidr所属运营商类型,支持的类型有 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。作为入参数时为必选。
|
void |
setCount(Long Count)
Set 申请IPv6 Cidr Block的个数。作为入参数时为必选。
|
void |
setISPType(String ISPType)
Set IPv6 Cidr所属运营商类型,支持的类型有 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。作为入参数时为必选。
|
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, toJsonStringpublic ISPTypeItem()
public ISPTypeItem(ISPTypeItem source)
public String getISPType()
public void setISPType(String ISPType)
ISPType - IPv6 Cidr所属运营商类型,支持的类型有 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。作为入参数时为必选。public Long getCount()
public void setCount(Long Count)
Count - 申请IPv6 Cidr Block的个数。作为入参数时为必选。Copyright © 2024. All rights reserved.