public class Resource extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Resource()  | 
Resource(Resource 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 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Resource()
public Resource(Resource source)
public 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 © 2025. All rights reserved.