public class CertificateValidityDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
CertificateValidityDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CertificateValidityDTO |
from(String from) |
String |
getFrom()
Get from
|
String |
getTo()
Get to
|
int |
hashCode() |
void |
setFrom(String from) |
void |
setTo(String to) |
CertificateValidityDTO |
to(String to) |
String |
toString() |
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TO
public CertificateValidityDTO from(String from)
public void setFrom(String from)
public CertificateValidityDTO to(String to)
public void setTo(String to)
Copyright © 2021 WSO2 Inc. All rights reserved.