public class ModifyServiceInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyServiceInfoRequest() |
ModifyServiceInfoRequest(ModifyServiceInfoRequest 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 |
getDescription()
Get 描述
|
String |
getServiceId()
Get 服务ID
|
Long |
getSourceChannel()
Get 来源渠道
|
void |
setDescription(String Description)
Set 描述
|
void |
setServiceId(String ServiceId)
Set 服务ID
|
void |
setSourceChannel(Long SourceChannel)
Set 来源渠道
|
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, toJsonString
public ModifyServiceInfoRequest()
public ModifyServiceInfoRequest(ModifyServiceInfoRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 服务IDpublic String getDescription()
public void setDescription(String Description)
Description
- 描述public Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- 来源渠道Copyright © 2021. All rights reserved.