@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiUpdateGlobalTruststoreArguments extends Object
Constructor and Description |
---|
ApiUpdateGlobalTruststoreArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getNewCertContent()
The content of the new certificate to be added to the Auto-TLS truststore.
|
String |
getNewCertLocation()
The location of the new certificate on the disk to be added to the Auto-TLS truststore.
|
int |
hashCode() |
ApiUpdateGlobalTruststoreArguments |
newCertContent(String newCertContent) |
ApiUpdateGlobalTruststoreArguments |
newCertLocation(String newCertLocation) |
void |
setNewCertContent(String newCertContent) |
void |
setNewCertLocation(String newCertLocation) |
String |
toString() |
public ApiUpdateGlobalTruststoreArguments newCertLocation(String newCertLocation)
public String getNewCertLocation()
public void setNewCertLocation(String newCertLocation)
public ApiUpdateGlobalTruststoreArguments newCertContent(String newCertContent)
public String getNewCertContent()
public void setNewCertContent(String newCertContent)
Copyright © 2022. All rights reserved.