com.volcengine.service.vms.model.Subscription Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
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