Class ModifyServiceInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.ModifyServiceInfoRequest
-
public class ModifyServiceInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get 描述String
getServiceId()
Get 服务IDLong
getSourceChannel()
Get 来源渠道void
setDescription(String Description)
Set 描述void
setServiceId(String ServiceId)
Set 服务IDvoid
setSourceChannel(Long SourceChannel)
Set 来源渠道void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyServiceInfoRequest
public ModifyServiceInfoRequest()
-
ModifyServiceInfoRequest
public 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.
-
-
Method Detail
-
getServiceId
public String getServiceId()
Get 服务ID- Returns:
- ServiceId 服务ID
-
setServiceId
public void setServiceId(String ServiceId)
Set 服务ID- Parameters:
ServiceId
- 服务ID
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description
- 描述
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel
- 来源渠道
-
-