public class ModifyServiceInfoRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.