public class InquiryPriceRenewAddressesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InquiryPriceRenewAddressesRequest() | 
| InquiryPriceRenewAddressesRequest(InquiryPriceRenewAddressesRequest 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 | 
|---|---|
| AddressChargePrepaid | getAddressChargePrepaid()Get 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。 | 
| String[] | getAddressIds()Get 续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。 | 
| void | setAddressChargePrepaid(AddressChargePrepaid AddressChargePrepaid)Set 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。 | 
| void | setAddressIds(String[] AddressIds)Set 续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。 | 
| 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 InquiryPriceRenewAddressesRequest()
public InquiryPriceRenewAddressesRequest(InquiryPriceRenewAddressesRequest source)
public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds - 续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。public AddressChargePrepaid getAddressChargePrepaid()
public void setAddressChargePrepaid(AddressChargePrepaid AddressChargePrepaid)
AddressChargePrepaid - 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。Copyright © 2025. All rights reserved.