public class GovernanceInterfaceDescription extends AbstractModel
header, skipSign
Constructor and Description |
---|
GovernanceInterfaceDescription() |
GovernanceInterfaceDescription(GovernanceInterfaceDescription 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 |
getContent()
Get 内容
|
String |
getCreateTime()
Get 创建时间
|
String |
getID()
Get 契约接口ID
|
String |
getMethod()
Get 方法名称
|
String |
getModifyTime()
Get 修改时间
|
String |
getName()
Get 接口名称
|
String |
getPath()
Get 路径/接口名称
|
String |
getRevision()
Get 信息摘要
|
String |
getSource()
Get 创建来源
|
void |
setContent(String Content)
Set 内容
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setID(String ID)
Set 契约接口ID
|
void |
setMethod(String Method)
Set 方法名称
|
void |
setModifyTime(String ModifyTime)
Set 修改时间
|
void |
setName(String Name)
Set 接口名称
|
void |
setPath(String Path)
Set 路径/接口名称
|
void |
setRevision(String Revision)
Set 信息摘要
|
void |
setSource(String Source)
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 GovernanceInterfaceDescription()
public GovernanceInterfaceDescription(GovernanceInterfaceDescription source)
public String getID()
public void setID(String ID)
ID
- 契约接口IDpublic String getMethod()
public void setMethod(String Method)
Method
- 方法名称public String getPath()
public void setPath(String Path)
Path
- 路径/接口名称public String getContent()
public void setContent(String Content)
Content
- 内容public String getSource()
public void setSource(String Source)
Source
- 创建来源public String getRevision()
public void setRevision(String Revision)
Revision
- 信息摘要public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间public String getName()
public void setName(String Name)
Name
- 接口名称Copyright © 2025. All rights reserved.