Package com.sap.ai.sdk.core.model
Class BckndServiceBrokerSecret
java.lang.Object
com.sap.ai.sdk.core.model.BckndServiceBrokerSecret
BckndServiceBrokerSecret
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndServiceBrokerSecret. -
Method Summary
Modifier and TypeMethodDescriptionstatic BckndServiceBrokerSecretcreate()Create a newBckndServiceBrokerSecretinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndServiceBrokerSecret.getName()broker secret nameusername key reference in broker secretpassword key reference in broker secretinthashCode()Set the name of thisBckndServiceBrokerSecretinstance and return the same instance.passwordKeyRef(String passwordKeyRef) Set the passwordKeyRef of thisBckndServiceBrokerSecretinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndServiceBrokerSecretinstance.voidSet the name of thisBckndServiceBrokerSecretinstance.voidsetPasswordKeyRef(String passwordKeyRef) Set the passwordKeyRef of thisBckndServiceBrokerSecretinstance.voidsetUsernameKeyRef(String usernameKeyRef) Set the usernameKeyRef of thisBckndServiceBrokerSecretinstance.toMap()Get the value of all properties of thisBckndServiceBrokerSecretinstance including unrecognized properties.toString()usernameKeyRef(String usernameKeyRef) Set the usernameKeyRef of thisBckndServiceBrokerSecretinstance and return the same instance.
-
Constructor Details
-
BckndServiceBrokerSecret
protected BckndServiceBrokerSecret()Default constructor for BckndServiceBrokerSecret.
-
-
Method Details
-
name
Set the name of thisBckndServiceBrokerSecretinstance and return the same instance.- Parameters:
name- broker secret name- Returns:
- The same instance of this
BckndServiceBrokerSecretclass
-
getName
broker secret name- Returns:
- name The name of this
BckndServiceBrokerSecretinstance.
-
setName
Set the name of thisBckndServiceBrokerSecretinstance.- Parameters:
name- broker secret name
-
passwordKeyRef
Set the passwordKeyRef of thisBckndServiceBrokerSecretinstance and return the same instance.- Parameters:
passwordKeyRef- username key reference in broker secret- Returns:
- The same instance of this
BckndServiceBrokerSecretclass
-
getPasswordKeyRef
username key reference in broker secret- Returns:
- passwordKeyRef The passwordKeyRef of this
BckndServiceBrokerSecretinstance.
-
setPasswordKeyRef
Set the passwordKeyRef of thisBckndServiceBrokerSecretinstance.- Parameters:
passwordKeyRef- username key reference in broker secret
-
usernameKeyRef
Set the usernameKeyRef of thisBckndServiceBrokerSecretinstance and return the same instance.- Parameters:
usernameKeyRef- password key reference in broker secret- Returns:
- The same instance of this
BckndServiceBrokerSecretclass
-
getUsernameKeyRef
password key reference in broker secret- Returns:
- usernameKeyRef The usernameKeyRef of this
BckndServiceBrokerSecretinstance.
-
setUsernameKeyRef
Set the usernameKeyRef of thisBckndServiceBrokerSecretinstance.- Parameters:
usernameKeyRef- password key reference in broker secret
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndServiceBrokerSecret.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisBckndServiceBrokerSecretinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisBckndServiceBrokerSecretinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndServiceBrokerSecretinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a newBckndServiceBrokerSecretinstance. No arguments are required.
-
toMap()instead.