com.daon.identityx.rest.model.support.StatusReport Maven / Gradle / Ivy
package com.daon.identityx.rest.model.support;
public class StatusReport
{
private AuthenticatorStatus status;
private String effectiveDate;
private String certificate;
public AuthenticatorStatus getStatus() {
return status;
}
public void setStatus(AuthenticatorStatus status) {
this.status = status;
}
public String getEffectiveDate() {
return effectiveDate;
}
public void setEffectiveDate(String effectiveDate) {
this.effectiveDate = effectiveDate;
}
public String getCertificate() {
return certificate;
}
public void setCertificate(String certificate) {
this.certificate = certificate;
}
public String getUrl() {
return url;
}
public void setUrl(String url) {
this.url = url;
}
private String url;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy