@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class CompanyCertInfo extends Object
| Constructor and Description |
|---|
CompanyCertInfo() |
| Modifier and Type | Method and Description |
|---|---|
CompanyCertInfo |
commonName(String commonName) |
boolean |
equals(Object o) |
CompanyCertInfo |
expiryDate(Long expiryDate) |
CompanyCertInfo |
fingerPrint(String fingerPrint) |
String |
getCommonName()
The Symphony account name which this certificate authenticates
|
Long |
getExpiryDate()
Expiry date of this cert
|
String |
getFingerPrint()
Unique identifier
|
String |
getIssuerFingerPrint()
Unique identifier of issuer cert if known
|
Long |
getLastSeen()
Date when we last saw this certificate presented
|
Long |
getUpdatedAt()
Date when this cert was last updated by administrator
|
Long |
getUpdatedBy()
User ID of administrator who last updated this cert
|
int |
hashCode() |
CompanyCertInfo |
issuerFingerPrint(String issuerFingerPrint) |
CompanyCertInfo |
lastSeen(Long lastSeen) |
void |
setCommonName(String commonName) |
void |
setExpiryDate(Long expiryDate) |
void |
setFingerPrint(String fingerPrint) |
void |
setIssuerFingerPrint(String issuerFingerPrint) |
void |
setLastSeen(Long lastSeen) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUpdatedBy(Long updatedBy) |
String |
toString() |
CompanyCertInfo |
updatedAt(Long updatedAt) |
CompanyCertInfo |
updatedBy(Long updatedBy) |
public CompanyCertInfo fingerPrint(String fingerPrint)
public String getFingerPrint()
public void setFingerPrint(String fingerPrint)
public CompanyCertInfo issuerFingerPrint(String issuerFingerPrint)
public String getIssuerFingerPrint()
public void setIssuerFingerPrint(String issuerFingerPrint)
public CompanyCertInfo lastSeen(Long lastSeen)
public Long getLastSeen()
public void setLastSeen(Long lastSeen)
public CompanyCertInfo updatedAt(Long updatedAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public CompanyCertInfo updatedBy(Long updatedBy)
public Long getUpdatedBy()
public void setUpdatedBy(Long updatedBy)
public CompanyCertInfo commonName(String commonName)
public String getCommonName()
public void setCommonName(String commonName)
public CompanyCertInfo expiryDate(Long expiryDate)
public Long getExpiryDate()
public void setExpiryDate(Long expiryDate)
Copyright © 2018 Symphony Software Foundation. All rights reserved.