public class MsApiArray extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MsApiArray()
public MsApiArray(MsApiArray source)
public String getPath()
public void setPath(String Path)
Path
- API 请求路径public String getMethod()
public void setMethod(String Method)
Method
- 请求方法public String getDescription()
public void setDescription(String Description)
Description
- 方法描述
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- API状态 0:离线 1:在线
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.