public class CreateApiResultInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateApiResultInfo() | 
| CreateApiResultInfo(CreateApiResultInfo 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 | getCreatedTime()Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMethod()Get 请求方法
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPath()Get 路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setApiId(String ApiId)Set api id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreatedTime(String CreatedTime)Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMethod(String Method)Set 请求方法
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPath(String Path)Set 路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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, toJsonStringpublic CreateApiResultInfo()
public CreateApiResultInfo(CreateApiResultInfo 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,表示取不到有效值。Copyright © 2025. All rights reserved.