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 Description. | 
| String | getServiceId()Get Service ID. | 
| Long | getSourceChannel()Get Source channel. | 
| void | setDescription(String Description)Set Description. | 
| void | setServiceId(String ServiceId)Set Service ID. | 
| void | setSourceChannel(Long SourceChannel)Set Source channel. | 
| 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 ModifyServiceInfoRequest()
public ModifyServiceInfoRequest(ModifyServiceInfoRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Service ID.public String getDescription()
public void setDescription(String Description)
Description - Description.public Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel - Source channel.Copyright © 2022. All rights reserved.