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

com.volcengine.service.vms.model.Subscription Maven / Gradle / Ivy

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

import lombok.Data;

@Data
public class Subscription {

    private String subId;

    private String phoneNoA;

    private String phoneNoB;

    private String phoneNoX;

    private Integer status;

    private Integer recordFlag;

    private Long enableTime;

    private Long expireTime;

    private String phoneNoY;

    private Integer callDisplayType;

    private String callDisplayTypeName;

    private String userData;

    private String outId;

    private String phoneNoE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy