Package com.sap.ai.sdk.core.model
Class BcknddockerRegistrySecretStatus
java.lang.Object
com.sap.ai.sdk.core.model.BcknddockerRegistrySecretStatus
This represents the meta-data of a stored secret. The 'data' field of the secret is never
retrieved.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BcknddockerRegistrySecretStatus. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newBcknddockerRegistrySecretStatusinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBcknddockerRegistrySecretStatus.getName()Name of dockerRegistryStoreinthashCode()Set the name of thisBcknddockerRegistrySecretStatusinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBcknddockerRegistrySecretStatusinstance.voidSet the name of thisBcknddockerRegistrySecretStatusinstance.toMap()Get the value of all properties of thisBcknddockerRegistrySecretStatusinstance including unrecognized properties.toString()
-
Constructor Details
-
BcknddockerRegistrySecretStatus
protected BcknddockerRegistrySecretStatus()Default constructor for BcknddockerRegistrySecretStatus.
-
-
Method Details
-
name
Set the name of thisBcknddockerRegistrySecretStatusinstance and return the same instance.- Parameters:
name- Name of dockerRegistryStore- Returns:
- The same instance of this
BcknddockerRegistrySecretStatusclass
-
getName
Name of dockerRegistryStore- Returns:
- name The name of this
BcknddockerRegistrySecretStatusinstance.
-
setName
Set the name of thisBcknddockerRegistrySecretStatusinstance.- Parameters:
name- Name of dockerRegistryStore
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBcknddockerRegistrySecretStatus.- 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 thisBcknddockerRegistrySecretStatusinstance.- 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 thisBcknddockerRegistrySecretStatusinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBcknddockerRegistrySecretStatusinstance. 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 newBcknddockerRegistrySecretStatusinstance. No arguments are required.
-
toMap()instead.