public class APIDocInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| APIDocInfo() | 
| APIDocInfo(APIDocInfo 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 | 
|---|---|
| Long | getApiCount()Get Number of APIs with API documents | 
| String | getApiDocId()Get API document ID | 
| String | getApiDocName()Get API document name | 
| String | getApiDocStatus()Get API document build status | 
| String | getApiDocUri()Get API document access URI | 
| String[] | getApiIds()Get ID of the API for which to generate the API document | 
| String[] | getApiNames()Get Name of the API for which to generate the API document | 
| String | getEnvironment()Get Environment information | 
| Long | getReleaseCount()Get Number of releases of API document | 
| String | getServiceId()Get Service ID | 
| String | getServiceName()Get Service name | 
| String | getSharePassword()Get API document password for sharing | 
| String | getUpdatedTime()Get API document update time | 
| Long | getViewCount()Get Number of views of API document | 
| void | setApiCount(Long ApiCount)Set Number of APIs with API documents | 
| void | setApiDocId(String ApiDocId)Set API document ID | 
| void | setApiDocName(String ApiDocName)Set API document name | 
| void | setApiDocStatus(String ApiDocStatus)Set API document build status | 
| void | setApiDocUri(String ApiDocUri)Set API document access URI | 
| void | setApiIds(String[] ApiIds)Set ID of the API for which to generate the API document | 
| void | setApiNames(String[] ApiNames)Set Name of the API for which to generate the API document | 
| void | setEnvironment(String Environment)Set Environment information | 
| void | setReleaseCount(Long ReleaseCount)Set Number of releases of API document | 
| void | setServiceId(String ServiceId)Set Service ID | 
| void | setServiceName(String ServiceName)Set Service name | 
| void | setSharePassword(String SharePassword)Set API document password for sharing | 
| void | setUpdatedTime(String UpdatedTime)Set API document update time | 
| void | setViewCount(Long ViewCount)Set Number of views of API document | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic APIDocInfo()
public APIDocInfo(APIDocInfo source)
public String getApiDocId()
public void setApiDocId(String ApiDocId)
ApiDocId - API document IDpublic String getApiDocName()
public void setApiDocName(String ApiDocName)
ApiDocName - API document namepublic String getApiDocStatus()
public void setApiDocStatus(String ApiDocStatus)
ApiDocStatus - API document build statuspublic Long getApiCount()
public void setApiCount(Long ApiCount)
ApiCount - Number of APIs with API documentspublic Long getViewCount()
public void setViewCount(Long ViewCount)
ViewCount - Number of views of API documentpublic Long getReleaseCount()
public void setReleaseCount(Long ReleaseCount)
ReleaseCount - Number of releases of API documentpublic String getApiDocUri()
public void setApiDocUri(String ApiDocUri)
ApiDocUri - API document access URIpublic String getSharePassword()
public void setSharePassword(String SharePassword)
SharePassword - API document password for sharingpublic String getUpdatedTime()
public void setUpdatedTime(String UpdatedTime)
UpdatedTime - API document update timepublic String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Service IDpublic String getEnvironment()
public void setEnvironment(String Environment)
Environment - Environment informationpublic String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds - ID of the API for which to generate the API documentpublic String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - Service namepublic String[] getApiNames()
public void setApiNames(String[] ApiNames)
ApiNames - Name of the API for which to generate the API documentCopyright © 2025. All rights reserved.