public class ProjectLimit extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProjectLimit() | 
| ProjectLimit(ProjectLimit 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 | getID()Get 主键ID | 
| Long | getProjectID()Get 项目ID | 
| String | getProjectInterface()Get 接口 | 
| Long | getReportRate()Get 上报率 | 
| Long | getReportType()Get 上报类型 1:上报率  2:上报量限制 | 
| void | setID(Long ID)Set 主键ID | 
| void | setProjectID(Long ProjectID)Set 项目ID | 
| void | setProjectInterface(String ProjectInterface)Set 接口 | 
| void | setReportRate(Long ReportRate)Set 上报率 | 
| void | setReportType(Long ReportType)Set 上报类型 1:上报率  2:上报量限制 | 
| 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 ProjectLimit()
public ProjectLimit(ProjectLimit source)
public String getProjectInterface()
public void setProjectInterface(String ProjectInterface)
ProjectInterface - 接口public Long getReportRate()
public void setReportRate(Long ReportRate)
ReportRate - 上报率public Long getReportType()
public void setReportType(Long ReportType)
ReportType - 上报类型 1:上报率  2:上报量限制public Long getID()
public void setID(Long ID)
ID - 主键IDpublic Long getProjectID()
public void setProjectID(Long ProjectID)
ProjectID - 项目IDCopyright © 2025. All rights reserved.