public class AvailableApiInfo extends AbstractModel
Constructor and Description |
---|
AvailableApiInfo() |
AvailableApiInfo(AvailableApiInfo 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。
|
String |
getApiName()
Get API名称。
|
String |
getApiType()
Get API类型。
|
Boolean |
getAttachedOtherPlugin()
Get API是否绑定其他插件。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsAttached()
Get API是否绑定当前插件。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMethod()
Get API方法。
|
String |
getPath()
Get API路径。
|
void |
setApiId(String ApiId)
Set API ID。
|
void |
setApiName(String ApiName)
Set API名称。
|
void |
setApiType(String ApiType)
Set API类型。
|
void |
setAttachedOtherPlugin(Boolean AttachedOtherPlugin)
Set API是否绑定其他插件。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsAttached(Boolean IsAttached)
Set API是否绑定当前插件。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMethod(String Method)
Set API方法。
|
void |
setPath(String Path)
Set API路径。
|
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 AvailableApiInfo()
public AvailableApiInfo(AvailableApiInfo source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- API ID。public String getApiName()
public void setApiName(String ApiName)
ApiName
- API名称。public String getApiType()
public void setApiType(String ApiType)
ApiType
- API类型。public String getPath()
public void setPath(String Path)
Path
- API路径。public String getMethod()
public void setMethod(String Method)
Method
- API方法。public Boolean getAttachedOtherPlugin()
public void setAttachedOtherPlugin(Boolean AttachedOtherPlugin)
AttachedOtherPlugin
- API是否绑定其他插件。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsAttached()
public void setIsAttached(Boolean IsAttached)
IsAttached
- API是否绑定当前插件。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.