All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20200801.DescribeCDNSnapshotHistoryResResultPagination Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * DescribeCDNSnapshotHistoryResResultPagination
 */
@lombok.Data
public final class DescribeCDNSnapshotHistoryResResultPagination  {

    /**
     * 

当前页

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PageCur") private Integer pageCur; /** *

数据总量

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TotalCount") private Integer totalCount; /** *

当前页的数据量

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PageTotal") private Integer pageTotal; /** *

当前页的大小

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PageSize") private Integer pageSize; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy