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