Class MsApiArray
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.MsApiArray
-
public class MsApiArray extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MsApiArray()
MsApiArray(MsApiArray 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 String
getDescription()
Get 方法描述 注意:此字段可能返回 null,表示取不到有效值。String
getMethod()
Get 请求方法String
getPath()
Get API 请求路径Long
getStatus()
Get API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。void
setDescription(String Description)
Set 方法描述 注意:此字段可能返回 null,表示取不到有效值。void
setMethod(String Method)
Set 请求方法void
setPath(String Path)
Set API 请求路径void
setStatus(Long Status)
Set API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
MsApiArray
public MsApiArray()
-
MsApiArray
public MsApiArray(MsApiArray 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
-
getPath
public String getPath()
Get API 请求路径- Returns:
- Path API 请求路径
-
setPath
public void setPath(String Path)
Set API 请求路径- Parameters:
Path
- API 请求路径
-
getMethod
public String getMethod()
Get 请求方法- Returns:
- Method 请求方法
-
setMethod
public void setMethod(String Method)
Set 请求方法- Parameters:
Method
- 请求方法
-
getDescription
public String getDescription()
Get 方法描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 方法描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 方法描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description
- 方法描述 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status
- API状态 0:离线 1:在线 注意:此字段可能返回 null,表示取不到有效值。
-
-