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

com.volcengine.model.beans.livesaas.ProductCardMsg Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.beans.livesaas;

import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;

import java.util.List;

@Data
public class ProductCardMsg {
    @JSONField(name = "Highlight")
    String Highlight;
    @JSONField(name = "IntroduceImage")
    String IntroduceImage;
    @JSONField(name = "RedirectUrl")
    String RedirectUrl;
    @JSONField(name = "Index")
    Integer Index;
    @JSONField(name = "Id")
    Long Id;
    @JSONField(name = "Remark")
    String Remark;
    @JSONField(name = "EnableStatus")
    Integer EnableStatus;
    @JSONField(name = "Strikethrough")
    String Strikethrough;
    @JSONField(name = "MiniAppDirectUrl")
    String MiniAppDirectUrl;
    @JSONField(name = "DirectUrls")
    List DirectUrls;
    @JSONField(name = "Title")
    String Title;
    @JSONField(name = "RedirectImage")
    String RedirectImage;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy