public class DescribeModelServiceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeModelServiceRequest() |
DescribeModelServiceRequest(DescribeModelServiceRequest 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 |
getServiceCategory()
Get 服务分类
|
String |
getServiceId()
Get 服务id
|
void |
setServiceCategory(String ServiceCategory)
Set 服务分类
|
void |
setServiceId(String ServiceId)
Set 服务id
|
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, toJsonString
public DescribeModelServiceRequest()
public DescribeModelServiceRequest(DescribeModelServiceRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 服务idpublic String getServiceCategory()
public void setServiceCategory(String ServiceCategory)
ServiceCategory
- 服务分类Copyright © 2024. All rights reserved.