public class CsrBody extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CSR |
static String |
SERIALIZED_NAME_TTL |
| Constructor and Description |
|---|
CsrBody() |
| Modifier and Type | Method and Description |
|---|---|
CsrBody |
csr(String csr) |
boolean |
equals(Object o) |
String |
getCsr()
Get csr
|
String |
getTtl()
Get ttl
|
int |
hashCode() |
void |
setCsr(String csr) |
void |
setTtl(String ttl) |
String |
toString() |
CsrBody |
ttl(String ttl) |
public static final String SERIALIZED_NAME_CSR
public static final String SERIALIZED_NAME_TTL
Copyright © 2023. All rights reserved.