public class APIService extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| APIService() | 
| APIService(APIService 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 | getBasePath()Get 基础路径。 | 
| String | getId()Get API 服务 ID。 | 
| String | getName()Get API 服务名称。 | 
| void | setBasePath(String BasePath)Set 基础路径。 | 
| void | setId(String Id)Set API 服务 ID。 | 
| void | setName(String Name)Set API 服务名称。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic APIService()
public APIService(APIService source)
public String getId()
public void setId(String Id)
Id - API 服务 ID。public String getName()
public void setName(String Name)
Name - API 服务名称。public String getBasePath()
public void setBasePath(String BasePath)
BasePath - 基础路径。Copyright © 2025. All rights reserved.