public class ApplyInternetAddressRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ApplyInternetAddressRequest()  | 
ApplyInternetAddressRequest(ApplyInternetAddressRequest 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 | 
getAddrProto()
Get Address protocol. 
 | 
Long | 
getAddrType()
Get Address type. 
 | 
Long | 
getMaskLen()
Get Mask length of a CIDR block 
 | 
void | 
setAddrProto(Long AddrProto)
Set Address protocol. 
 | 
void | 
setAddrType(Long AddrType)
Set Address type. 
 | 
void | 
setMaskLen(Long MaskLen)
Set Mask length of a CIDR block 
 | 
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 ApplyInternetAddressRequest()
public ApplyInternetAddressRequest(ApplyInternetAddressRequest source)
public Long getMaskLen()
public void setMaskLen(Long MaskLen)
MaskLen - Mask length of a CIDR blockpublic Long getAddrType()
public void setAddrType(Long AddrType)
AddrType - Address type. Valid values: 0: BGP
1: China Telecom
2: China Mobile
3: China Unicompublic Long getAddrProto()
public void setAddrProto(Long AddrProto)
AddrProto - Address protocol. Valid values: 0: IPv4
1: IPv6Copyright © 2025. All rights reserved.