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 |
---|---|
ResourceAvailability[] |
getAvailabilitySet()
Get Available resources
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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`.
|
TypeInfo[] |
getTypeSet()
Get ISP Type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAvailabilitySet(ResourceAvailability[] AvailabilitySet)
Set Available resources
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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 |
setTypeSet(TypeInfo[] TypeSet)
Set ISP Type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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`.public ResourceAvailability[] getAvailabilitySet()
public void setAvailabilitySet(ResourceAvailability[] AvailabilitySet)
AvailabilitySet
- Available resources
Note: This field may return `null`, indicating that no valid values can be obtained.public TypeInfo[] getTypeSet()
public void setTypeSet(TypeInfo[] TypeSet)
TypeSet
- ISP Type
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.