public class BindApiInfo extends AbstractModel
skipSign
Constructor and Description |
---|
BindApiInfo() |
BindApiInfo(BindApiInfo 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 Unique API ID.
|
String |
getApiName()
Get API name
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getBindTime()
Get Bound At
|
String |
getServiceId()
Get Unique ID of the service
|
String |
getServiceName()
Get Service name
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setApiId(String ApiId)
Set Unique API ID.
|
void |
setApiName(String ApiName)
Set API name
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setBindTime(String BindTime)
Set Bound At
|
void |
setServiceId(String ServiceId)
Set Unique ID of the service
|
void |
setServiceName(String ServiceName)
Set Service name
Note: This field may return `null`, indicating that no valid value was found.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BindApiInfo()
public BindApiInfo(BindApiInfo source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- Unique API ID.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique ID of the servicepublic String getApiName()
public void setApiName(String ApiName)
ApiName
- API name
Note: This field may return `null`, indicating that no valid value was found.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service name
Note: This field may return `null`, indicating that no valid value was found.public String getBindTime()
public void setBindTime(String BindTime)
BindTime
- Bound AtCopyright © 2023. All rights reserved.