public class AvailableType extends AbstractModel
| Constructor and Description |
|---|
AvailableType() |
AvailableType(AvailableType 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 |
|---|---|
Boolean |
getPrepayment()
Get 是否支持预付费。返回值中 true 为支持、false 为不支持
|
AvailableProtoStatus[] |
getProtocols()
Get 协议与售卖详情
|
String |
getType()
Get 存储类型。返回值中 SD 为标准型存储、HP 为性能型存储
|
void |
setPrepayment(Boolean Prepayment)
Set 是否支持预付费。返回值中 true 为支持、false 为不支持
|
void |
setProtocols(AvailableProtoStatus[] Protocols)
Set 协议与售卖详情
|
void |
setType(String Type)
Set 存储类型。返回值中 SD 为标准型存储、HP 为性能型存储
|
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 AvailableType()
public AvailableType(AvailableType source)
public AvailableProtoStatus[] getProtocols()
public void setProtocols(AvailableProtoStatus[] Protocols)
Protocols - 协议与售卖详情public String getType()
public void setType(String Type)
Type - 存储类型。返回值中 SD 为标准型存储、HP 为性能型存储public Boolean getPrepayment()
public void setPrepayment(Boolean Prepayment)
Prepayment - 是否支持预付费。返回值中 true 为支持、false 为不支持Copyright © 2022. All rights reserved.