Hierarchy For All Packages
- cn.hex01.billing.open.sdk.api,
- cn.hex01.billing.open.sdk.api.a,
- cn.hex01.billing.open.sdk.api.lq,
- cn.hex01.billing.open.sdk.api.q,
- cn.hex01.billing.open.sdk.api.vq,
- cn.hex01.billing.open.sdk.config,
- cn.hex01.billing.open.sdk.dto,
- cn.hex01.billing.open.sdk.dto.a,
- cn.hex01.billing.open.sdk.dto.pr,
- cn.hex01.billing.open.sdk.dto.pr.vo,
- cn.hex01.billing.open.sdk.dto.q,
- cn.hex01.billing.open.sdk.dto.q.vo,
- cn.hex01.billing.open.sdk.dto.ur,
- cn.hex01.billing.open.sdk.dto.ur.vo,
- cn.hex01.billing.open.sdk.dto.vo,
- cn.hex01.billing.open.sdk.enumeration,
- cn.hex01.billing.open.sdk.exception,
- cn.hex01.billing.open.sdk.handler,
- cn.hex01.billing.open.sdk.interceptor,
- cn.hex01.billing.open.sdk.util
Class Hierarchy
- java.lang.Object
- cn.hex01.billing.open.sdk.config.ApiConfig
- cn.hex01.billing.open.sdk.dto.BaseDto
- cn.hex01.billing.open.sdk.dto.a.AccountDeletingDto
- cn.hex01.billing.open.sdk.dto.a.AccountExistenceCheckingDto
- cn.hex01.billing.open.sdk.dto.BasePagingDto
- cn.hex01.billing.open.sdk.dto.pr.BasePurchaseRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.pr.LimitPurchaseRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.pr.PurchaseRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.pr.ValidityPurchaseRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.q.BaseQuotaQueryingDto
- cn.hex01.billing.open.sdk.dto.q.LimitQuotaQueryingDto
- cn.hex01.billing.open.sdk.dto.q.QuotaQueryingDto
- cn.hex01.billing.open.sdk.dto.q.ValidityQuotaQueryingDto
- cn.hex01.billing.open.sdk.dto.ur.BaseUsageRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.ur.LimitUsageRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.ur.UsageRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.pr.BasePurchaseRecordQueryingDto
- cn.hex01.billing.open.sdk.dto.q.BaseQuotaChargingDto
- cn.hex01.billing.open.sdk.dto.q.LimitQuotaChargingDto
- cn.hex01.billing.open.sdk.dto.q.QuotaChargingDto
- cn.hex01.billing.open.sdk.dto.q.ValidityQuotaChargingDto
- cn.hex01.billing.open.sdk.dto.q.BaseQuotaConsumingDto
- cn.hex01.billing.open.sdk.dto.q.LimitQuotaConsumingDto
- cn.hex01.billing.open.sdk.dto.q.QuotaConsumingDto
- cn.hex01.billing.open.sdk.dto.q.LimitQuotaCheckingDto
- cn.hex01.billing.open.sdk.dto.q.QuotaCheckingDto
- cn.hex01.billing.open.sdk.dto.q.ValidityQuotaCheckingDto
- cn.hex01.billing.open.sdk.dto.pr.vo.BasePurchaseRecordVo
- cn.hex01.billing.open.sdk.dto.pr.vo.LimitPurchaseRecordVo
- cn.hex01.billing.open.sdk.dto.pr.vo.PurchaseRecordVo
- cn.hex01.billing.open.sdk.dto.pr.vo.ValidityPurchaseRecordVo
- cn.hex01.billing.open.sdk.dto.q.vo.BaseQuotaVo
- cn.hex01.billing.open.sdk.dto.q.vo.LimitQuotaVo
- cn.hex01.billing.open.sdk.dto.q.vo.QuotaVo
- cn.hex01.billing.open.sdk.dto.q.vo.ValidityQuotaVo
- cn.hex01.billing.open.sdk.dto.ur.vo.BaseUsageRecordVo
- cn.hex01.billing.open.sdk.dto.ur.vo.LimitUsageRecordVo
- cn.hex01.billing.open.sdk.dto.ur.vo.UsageRecordVo
- cn.hex01.billing.open.sdk.api.BillingOpenApi
- cn.hex01.billing.open.sdk.api.BillingOpenApi.LimitQuota
- cn.hex01.billing.open.sdk.api.BillingOpenApi.OpenApiBuilder
- cn.hex01.billing.open.sdk.api.BillingOpenApi.Quota
- cn.hex01.billing.open.sdk.api.BillingOpenApi.ValidityQuota
- cn.hex01.billing.open.sdk.util.ConstantUtil
- cn.hex01.billing.open.sdk.handler.CustomFeignInvocationHandler (implements java.lang.reflect.InvocationHandler)
- cn.hex01.billing.open.sdk.interceptor.CustomRequestInterceptor (implements feign.RequestInterceptor)
- cn.hex01.billing.open.sdk.interceptor.CustomResponseInterceptor (implements feign.ResponseInterceptor)
- cn.hex01.billing.open.sdk.dto.vo.ErrorMessageVo
- cn.hex01.billing.open.sdk.dto.vo.PageVo<T>
- cn.hex01.billing.open.sdk.dto.pr.vo.PeriodVo
- cn.hex01.billing.open.sdk.dto.q.vo.PeriodVo
- cn.hex01.billing.open.sdk.dto.q.vo.QuotaItemVo
- cn.hex01.billing.open.sdk.util.SignUtil
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- cn.hex01.billing.open.sdk.exception.BillingBusinessException
- java.lang.Exception
Interface Hierarchy
- cn.hex01.billing.open.sdk.api.a.AccountApi
- cn.hex01.billing.open.sdk.api.lq.LimitPurchaseRecordApi
- cn.hex01.billing.open.sdk.api.lq.LimitQuotaApi
- cn.hex01.billing.open.sdk.api.lq.LimitUsageRecordApi
- cn.hex01.billing.open.sdk.api.q.PurchaseRecordApi
- cn.hex01.billing.open.sdk.api.q.QuotaApi
- cn.hex01.billing.open.sdk.api.q.UsageRecordApi
- cn.hex01.billing.open.sdk.api.vq.ValidityPurchaseRecordApi
- cn.hex01.billing.open.sdk.api.vq.ValidityQuotaApi
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.hex01.billing.open.sdk.enumeration.PeriodUnitEnum
- cn.hex01.billing.open.sdk.enumeration.PurchaseChannelEnum
- cn.hex01.billing.open.sdk.enumeration.QuotaStatusEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)