public class GroupUseStatisticsEntity extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GroupUseStatisticsEntity() | 
| GroupUseStatisticsEntity(GroupUseStatisticsEntity 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 | getApiPath()Get API 路径 | 
| String | getServiceName()Get 服务名 | 
| String | getValue()Get 统计值 | 
| void | setApiId(String ApiId)Set API ID | 
| void | setApiPath(String ApiPath)Set API 路径 | 
| void | setServiceName(String ServiceName)Set 服务名 | 
| void | setValue(String Value)Set 统计值 | 
| 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 GroupUseStatisticsEntity()
public GroupUseStatisticsEntity(GroupUseStatisticsEntity source)
public String getApiPath()
public void setApiPath(String ApiPath)
ApiPath - API 路径public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - 服务名public String getValue()
public void setValue(String Value)
Value - 统计值public String getApiId()
public void setApiId(String ApiId)
ApiId - API IDCopyright © 2025. All rights reserved.