public class CreateApiRsp extends AbstractModel
Constructor and Description |
---|
CreateApiRsp() |
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 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 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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
- 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 © 2020. All rights reserved.