@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-12-17T23:29:05.070-05:00") public class CompanyCert extends Object
| Constructor and Description |
|---|
CompanyCert() |
| Modifier and Type | Method and Description |
|---|---|
CompanyCert |
attributes(CompanyCertAttributes attributes) |
boolean |
equals(Object o) |
CompanyCertAttributes |
getAttributes()
Get attributes
|
String |
getPem()
An X509 certificate in PEM format
|
int |
hashCode() |
CompanyCert |
pem(String pem) |
void |
setAttributes(CompanyCertAttributes attributes) |
void |
setPem(String pem) |
String |
toString() |
public CompanyCert pem(String pem)
public String getPem()
public void setPem(String pem)
public CompanyCert attributes(CompanyCertAttributes attributes)
public CompanyCertAttributes getAttributes()
public void setAttributes(CompanyCertAttributes attributes)
Copyright © 2017 Symphony Software Foundation. All rights reserved.