public class ModifyNativeGatewayServiceSourceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNativeGatewayServiceSourceRequest() |
ModifyNativeGatewayServiceSourceRequest(ModifyNativeGatewayServiceSourceRequest 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 |
getGatewayID()
Get 网关实例ID
|
String |
getSourceID()
Get 服务来源实例ID
|
SourceInfo |
getSourceInfo()
Get 服务来源实例额外信息
|
String |
getSourceName()
Get 服务来源名称
|
void |
setGatewayID(String GatewayID)
Set 网关实例ID
|
void |
setSourceID(String SourceID)
Set 服务来源实例ID
|
void |
setSourceInfo(SourceInfo SourceInfo)
Set 服务来源实例额外信息
|
void |
setSourceName(String SourceName)
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, toJsonString
public ModifyNativeGatewayServiceSourceRequest()
public ModifyNativeGatewayServiceSourceRequest(ModifyNativeGatewayServiceSourceRequest source)
public String getGatewayID()
public void setGatewayID(String GatewayID)
GatewayID
- 网关实例IDpublic String getSourceID()
public void setSourceID(String SourceID)
SourceID
- 服务来源实例IDpublic String getSourceName()
public void setSourceName(String SourceName)
SourceName
- 服务来源名称public SourceInfo getSourceInfo()
public void setSourceInfo(SourceInfo SourceInfo)
SourceInfo
- 服务来源实例额外信息Copyright © 2025. All rights reserved.