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

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

The newest version!
package eleme.openapi.sdk.api.entity.ad;

import java.util.*;
public class ChainEffectiveResultWithCampaignAndDate{

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy