public class Resource extends AbstractModel
| 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 | getIsp()Get ISP information, such as `CMCC`, `CUCC`, `CTCC`, `BGP`, and `INTERNAL`. | 
| String[] | getType()Get Specific ISP resource information, Vaules: `CMCC`, `CUCC`, `CTCC`, `BGP`, and `INTERNAL`. | 
| void | setIsp(String Isp)Set ISP information, such as `CMCC`, `CUCC`, `CTCC`, `BGP`, and `INTERNAL`. | 
| void | setType(String[] Type)Set Specific ISP resource information, Vaules: `CMCC`, `CUCC`, `CTCC`, `BGP`, and `INTERNAL`. | 
| 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 Resource()
public Resource(Resource source)
public String[] getType()
public void setType(String[] Type)
Type - Specific ISP resource information, Vaules: `CMCC`, `CUCC`, `CTCC`, `BGP`, and `INTERNAL`.public String getIsp()
public void setIsp(String Isp)
Isp - ISP information, such as `CMCC`, `CUCC`, `CTCC`, `BGP`, and `INTERNAL`.Copyright © 2023. All rights reserved.