@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-12-03T04:57:51.616Z[Etc/UTC]") public class ApiEnableCspArguments extends Object
Constructor and Description |
---|
ApiEnableCspArguments() |
Modifier and Type | Method and Description |
---|---|
ApiEnableCspArguments |
cspAddress(String cspAddress) |
ApiEnableCspArguments |
cspSecretPath(String cspSecretPath) |
ApiEnableCspArguments |
cspStoragePath(String cspStoragePath) |
ApiEnableCspArguments |
cspType(String cspType) |
boolean |
equals(Object o) |
String |
getCspAddress()
Get cspAddress
|
String |
getCspSecretPath()
Get cspSecretPath
|
String |
getCspStoragePath()
Get cspStoragePath
|
String |
getCspType()
Get cspType
|
int |
hashCode() |
void |
setCspAddress(String cspAddress) |
void |
setCspSecretPath(String cspSecretPath) |
void |
setCspStoragePath(String cspStoragePath) |
void |
setCspType(String cspType) |
String |
toString() |
public ApiEnableCspArguments cspType(String cspType)
public String getCspType()
public void setCspType(String cspType)
public ApiEnableCspArguments cspStoragePath(String cspStoragePath)
public String getCspStoragePath()
public void setCspStoragePath(String cspStoragePath)
public ApiEnableCspArguments cspSecretPath(String cspSecretPath)
public String getCspSecretPath()
public void setCspSecretPath(String cspSecretPath)
public ApiEnableCspArguments cspAddress(String cspAddress)
public String getCspAddress()
public void setCspAddress(String cspAddress)
Copyright © 2024. All rights reserved.