Package com.sap.ai.sdk.core.model
Class BcknddockerRegistrySecretWithSensitiveDataRequest
java.lang.Object
com.sap.ai.sdk.core.model.BcknddockerRegistrySecretWithSensitiveDataRequest
This represents all the meta-data and extra information to be stored as a k8-secret
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BcknddockerRegistrySecretWithSensitiveDataRequest. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newBcknddockerRegistrySecretWithSensitiveDataRequestinstance with all required arguments.Set the data of thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance and return the same instance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBcknddockerRegistrySecretWithSensitiveDataRequest.getData()Get datainthashCode()voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance.voidSet the data of thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance.toMap()Get the value of all properties of thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance including unrecognized properties.toString()
-
Constructor Details
-
BcknddockerRegistrySecretWithSensitiveDataRequest
protected BcknddockerRegistrySecretWithSensitiveDataRequest()Default constructor for BcknddockerRegistrySecretWithSensitiveDataRequest.
-
-
Method Details
-
data
@Nonnull public BcknddockerRegistrySecretWithSensitiveDataRequest data(@Nonnull BcknddockerRegistrySecretWithSensitiveDataRequestData data) Set the data of thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance and return the same instance.- Parameters:
data- The data of thisBcknddockerRegistrySecretWithSensitiveDataRequest- Returns:
- The same instance of this
BcknddockerRegistrySecretWithSensitiveDataRequestclass
-
getData
Get data- Returns:
- data The data of this
BcknddockerRegistrySecretWithSensitiveDataRequestinstance.
-
setData
Set the data of thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance.- Parameters:
data- The data of thisBcknddockerRegistrySecretWithSensitiveDataRequest
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBcknddockerRegistrySecretWithSensitiveDataRequest.- 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 thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance.- 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 thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBcknddockerRegistrySecretWithSensitiveDataRequestinstance. 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 type-safe, fluent-api builder object to construct a newBcknddockerRegistrySecretWithSensitiveDataRequestinstance with all required arguments.
-
toMap()instead.