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

eleme.openapi.sdk.api.entity.ad.DisplayCpcChainSolutionResult Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.ad;

import java.util.*;
public class DisplayCpcChainSolutionResult{

    /**
     * 总数
     */
    private Long totalCount;
    public Long getTotalCount() {
        return totalCount;
    }
    public void setTotalCount(Long totalCount) {
        this.totalCount = totalCount;
    }
    
    /**
     * 数据明细
     */
    private List result;
    public List getResult() {
        return result;
    }
    public void setResult(List result) {
        this.result = result;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy