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

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

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

import eleme.openapi.sdk.api.entity.ad.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class EDisplayStateUpdateRequest{

    /**
     * 商户Id
     */
    private long restaurantId;
    public long getRestaurantId() {
        return restaurantId;
    }
    public void setRestaurantId(long restaurantId) {
        this.restaurantId = restaurantId;
    }
    
    /**
     * 计划状态
     */
    private String state;
    public String getState() {
        return state;
    }
    public void setState(String state) {
        this.state = state;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy