类 OpenApiConfig
java.lang.Object
org.hy.common.xml.SerializableClass
org.hy.common.xml.SerializableDef
org.hy.microservice.common.BaseViewMode
org.hy.microservice.common.openapi.OpenApiConfig
- 所有已实现的接口:
Serializable,org.hy.common.Serializable
系统操作日志
- 版本:
- v1.0
- 作者:
- ZhengWei(HY)
- 另请参阅:
-
字段概要
从类继承的字段 org.hy.microservice.common.BaseViewMode
$StartupTime从类继承的字段 org.hy.common.xml.SerializableClass
myClass, propertyMethods -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取:每分钟最大允许的请求量。获取:每10分钟最大允许的请求量。获取:保存简单信息的解析对象的名称。getUrl()获取:URL地址voidsetMaxCountMinute(Long i_MaxCountMinute) 设置:每分钟最大允许的请求量。voidsetMaxCountMinute10(Long i_MaxCountMinute10) 设置:每10分钟最大允许的请求量。voidsetSimpleClassName(String i_SimpleClassName) 设置:保存简单信息的解析对象的名称。void设置:URL地址从类继承的方法 org.hy.microservice.common.BaseViewMode
getAppKey, getAuditResult, getAuditState, getAuditTime, getComment, getCreateTime, getCreateUserID, getDeviceNo, getDeviceType, getEndTime, getExpireTime, getIsDel, getIsFavorite, getIsShow, getIsValid, getOrderBy, getPageIndex, getPagePerCount, getProjectID, getRemarks, getServiceType, getStartIndex, getStartTime, getToken, getTotalCount, getUpdateTime, getUpdateUserID, getUserIcon, getUserID, getUserName, getUserType, setAppKey, setAuditResult, setAuditState, setAuditTime, setComment, setCreateTime, setCreateUserID, setDeviceNo, setDeviceType, setEndTime, setExpireTime, setIsDel, setIsFavorite, setIsShow, setIsValid, setOrderBy, setPageIndex, setPagePerCount, setProjectID, setRemarks, setServiceType, setStartTime, setToken, setTotalCount, setUpdateTime, setUpdateUserID, setUserIcon, setUserID, setUserName, setUserType, toCountInfo从类继承的方法 org.hy.common.xml.SerializableDef
clone, cloneSerializable, gatPropertyValue, getSetterMethod, init, initNotNull, setPropertyValue, setPropertyValue, toString从类继承的方法 org.hy.common.xml.SerializableClass
changeValues, changeValues, freeResource, gatDoc, gatDocs, gatDocs, gatDocsForever, gatDocsForever, gatDocsInfo, gatDocsInfo, gatDocsInfoForever, gatDocsInfoForever, gatPropertyName, gatPropertyShortName, gatPropertySize, gatPropertyValue, newObject, toMap, toMap, toMap, toMap从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.hy.common.Serializable
freeResource, gatPropertyName, gatPropertySize
-
构造器详细资料
-
OpenApiConfig
public OpenApiConfig()
-
-
方法详细资料
-
getUrl
获取:URL地址 -
setUrl
设置:URL地址- 参数:
i_Url- URL地址
-
getMaxCountMinute
获取:每分钟最大允许的请求量。等于0 表示不限制访问量; 小与0 表示取默认值 -
setMaxCountMinute
设置:每分钟最大允许的请求量。等于0 表示不限制访问量; 小与0 表示取默认值- 参数:
i_MaxCountMinute- 每分钟最大允许的请求量。等于0 表示不限制访问量; 小与0 表示取默认值
-
getMaxCountMinute10
获取:每10分钟最大允许的请求量。等于0 表示不限制访问量; 小与0 表示取默认值 -
setMaxCountMinute10
设置:每10分钟最大允许的请求量。等于0 表示不限制访问量; 小与0 表示取默认值- 参数:
i_MaxCountMinute10- 每10分钟最大允许的请求量。等于0 表示不限制访问量; 小与0 表示取默认值
-
getSimpleClassName
获取:保存简单信息的解析对象的名称。当本属性有值时,表示保存简单信息 -
setSimpleClassName
设置:保存简单信息的解析对象的名称。当本属性有值时,表示保存简单信息- 参数:
i_SimpleClassName- 保存简单信息的解析对象的名称。当本属性有值时,表示保存简单信息
-