public class CreateApiRsp extends AbstractModel
Constructor and Description |
---|
CreateApiRsp() |
CreateApiRsp(CreateApiRsp 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 |
getApiId()
Get api id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApiName()
Get api name
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatedTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrMsg()
Get 异常信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMethod()
Get 请求方法
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPath()
Get 路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 导入状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiId(String ApiId)
Set api id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiName(String ApiName)
Set api name
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrMsg(String ErrMsg)
Set 异常信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMethod(String Method)
Set 请求方法
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPath(String Path)
Set 路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 导入状态
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public CreateApiRsp()
public CreateApiRsp(CreateApiRsp source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- api id
注意:此字段可能返回 null,表示取不到有效值。public String getPath()
public void setPath(String Path)
Path
- 路径
注意:此字段可能返回 null,表示取不到有效值。public String getMethod()
public void setMethod(String Method)
Method
- 请求方法
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 导入状态
注意:此字段可能返回 null,表示取不到有效值。public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 异常信息
注意:此字段可能返回 null,表示取不到有效值。public String getApiName()
public void setApiName(String ApiName)
ApiName
- api name
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.