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 运营商信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
|
String[] |
getType()
Get 运营商内具体资源信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
|
void |
setIsp(String Isp)
Set 运营商信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
|
void |
setType(String[] Type)
Set 运营商内具体资源信息,如"CMCC", "CUCC", "CTCC", "BGP", "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, toJsonString
public Resource()
public Resource(Resource source)
public String[] getType()
public void setType(String[] Type)
Type
- 运营商内具体资源信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。public String getIsp()
public void setIsp(String Isp)
Isp
- 运营商信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。Copyright © 2022. All rights reserved.