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
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getCreatedTime()Get Creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getMethod()Get Request method
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getPath()Get Path
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApiId(String ApiId)Set API ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCreatedTime(String CreatedTime)Set Creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setMethod(String Method)Set Request method
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPath(String Path)Set Path
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateApiResultInfo()
public CreateApiResultInfo(CreateApiResultInfo source)
public String getApiId()
public void setApiId(String ApiId)
ApiId - API ID
Note: this field may return null, indicating that no valid values can be obtained.public String getPath()
public void setPath(String Path)
Path - Path
Note: this field may return null, indicating that no valid values can be obtained.public String getMethod()
public void setMethod(String Method)
Method - Request method
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation time
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.