public class Resource extends AbstractModel
| Constructor and Description | 
|---|
| Resource() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAddressIp()Get The bandwidth package resource IP. | 
| String | getResourceId()Get The bandwidth package ID, such as `eip-xxxx` and `lb-xxxx`. | 
| String | getResourceType()Get The bandwidth package resource type, including `Address`, and `LoadBalance` | 
| void | setAddressIp(String AddressIp)Set The bandwidth package resource IP. | 
| void | setResourceId(String ResourceId)Set The bandwidth package ID, such as `eip-xxxx` and `lb-xxxx`. | 
| void | setResourceType(String ResourceType)Set The bandwidth package resource type, including `Address`, and `LoadBalance` | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - The bandwidth package resource type, including `Address`, and `LoadBalance`public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - The bandwidth package ID, such as `eip-xxxx` and `lb-xxxx`.public String getAddressIp()
public void setAddressIp(String AddressIp)
AddressIp - The bandwidth package resource IP.Copyright © 2021. All rights reserved.