public class AlgType extends AbstractModel
| Constructor and Description |
|---|
AlgType() |
AlgType(AlgType 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 |
getFtp()
Get Ftp协议Alg功能是否开启
|
Boolean |
getSip()
Get Sip协议Alg功能是否开启
|
void |
setFtp(Boolean Ftp)
Set Ftp协议Alg功能是否开启
|
void |
setSip(Boolean Sip)
Set Sip协议Alg功能是否开启
|
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 AlgType()
public AlgType(AlgType source)
public Boolean getFtp()
public void setFtp(Boolean Ftp)
Ftp - Ftp协议Alg功能是否开启public Boolean getSip()
public void setSip(Boolean Sip)
Sip - Sip协议Alg功能是否开启Copyright © 2021. All rights reserved.