@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-12-03T04:57:51.616Z[Etc/UTC]") 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 © 2024. All rights reserved.