Class CreateApiResultInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.CreateApiResultInfo
-
public class CreateApiResultInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiId()Get api id 注意:此字段可能返回 null,表示取不到有效值。StringgetCreatedTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetMethod()Get 请求方法 注意:此字段可能返回 null,表示取不到有效值。StringgetPath()Get 路径 注意:此字段可能返回 null,表示取不到有效值。voidsetApiId(String ApiId)Set api id 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedTime(String CreatedTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetMethod(String Method)Set 请求方法 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set 路径 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateApiResultInfo
public CreateApiResultInfo()
-
CreateApiResultInfo
public 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.
-
-
Method Detail
-
getApiId
public String getApiId()
Get api id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ApiId api id 注意:此字段可能返回 null,表示取不到有效值。
-
setApiId
public void setApiId(String ApiId)
Set api id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ApiId- api id 注意:此字段可能返回 null,表示取不到有效值。
-
getPath
public String getPath()
Get 路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path 路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set 路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- 路径 注意:此字段可能返回 null,表示取不到有效值。
-
getMethod
public String getMethod()
Get 请求方法 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Method 请求方法 注意:此字段可能返回 null,表示取不到有效值。
-
setMethod
public void setMethod(String Method)
Set 请求方法 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Method- 请求方法 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
-