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

com.volcengine.model.beans.SmsSignatureInfo Maven / Gradle / Ivy

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

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

@Data
public class SmsSignatureInfo {
    @JSONField(name = "Id")
    String id;
    @JSONField(name = "ApplyId")
    String applyId;
    @JSONField(name = "Content")
    String content;
    @JSONField(name = "Source")
    String source;
    @JSONField(name = "Application")
    String application;
    @JSONField(name = "CreatedTime")
    long createTime;
    @JSONField(name = "IsOrder")
    Boolean isOrder;
    @JSONField(name = "Status")
    int status;
    @JSONField(name = "Reason")
    String reason;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy