com.volcengine.service.vms.model.NumberStatus 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 NumberStatus {
private String customerNumber;
private Integer businessLineId;
private int status;
private String startTime;
private String expiryTime;
private String reason;
private Integer highRisk;
private Integer treatmentId;
private String treatmentName;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy