public class NativeGatewayServiceSourceItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
NativeGatewayServiceSourceItem() |
NativeGatewayServiceSourceItem(NativeGatewayServiceSourceItem 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 |
getCreateTime()
Get 创建时间
|
String |
getGatewayID()
Get 网关实例ID
|
String |
getModifyTime()
Get 修改时间
|
String |
getSourceID()
Get 服务来源ID
|
SourceInfo |
getSourceInfo()
Get 服务来源额外信息
|
String |
getSourceName()
Get 服务来源名称
|
String |
getSourceType()
Get 服务来源类型
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setGatewayID(String GatewayID)
Set 网关实例ID
|
void |
setModifyTime(String ModifyTime)
Set 修改时间
|
void |
setSourceID(String SourceID)
Set 服务来源ID
|
void |
setSourceInfo(SourceInfo SourceInfo)
Set 服务来源额外信息
|
void |
setSourceName(String SourceName)
Set 服务来源名称
|
void |
setSourceType(String SourceType)
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 NativeGatewayServiceSourceItem()
public NativeGatewayServiceSourceItem(NativeGatewayServiceSourceItem 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 String getSourceType()
public void setSourceType(String SourceType)
SourceType
- 服务来源类型public SourceInfo getSourceInfo()
public void setSourceInfo(SourceInfo SourceInfo)
SourceInfo
- 服务来源额外信息public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间Copyright © 2024. All rights reserved.