Package com.sap.ai.sdk.core.model
Class BckndobjectStoreSecretStatus
java.lang.Object
com.sap.ai.sdk.core.model.BckndobjectStoreSecretStatus
This represents the meta-data of a stored secret. The 'data' field of the secret is never
retrieved.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndobjectStoreSecretStatus. -
Method Summary
Modifier and TypeMethodDescriptionstatic BckndobjectStoreSecretStatuscreate()Create a newBckndobjectStoreSecretStatusinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndobjectStoreSecretStatus.Get metadatagetName()Name of objectstoreinthashCode()metadata(BckndobjectStoreSecretStatusMetadata metadata) Set the metadata of thisBckndobjectStoreSecretStatusinstance and return the same instance.Set the name of thisBckndobjectStoreSecretStatusinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndobjectStoreSecretStatusinstance.voidSet the metadata of thisBckndobjectStoreSecretStatusinstance.voidSet the name of thisBckndobjectStoreSecretStatusinstance.toMap()Get the value of all properties of thisBckndobjectStoreSecretStatusinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndobjectStoreSecretStatus
protected BckndobjectStoreSecretStatus()Default constructor for BckndobjectStoreSecretStatus.
-
-
Method Details
-
metadata
@Nonnull public BckndobjectStoreSecretStatus metadata(@Nullable BckndobjectStoreSecretStatusMetadata metadata) Set the metadata of thisBckndobjectStoreSecretStatusinstance and return the same instance.- Parameters:
metadata- The metadata of thisBckndobjectStoreSecretStatus- Returns:
- The same instance of this
BckndobjectStoreSecretStatusclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
BckndobjectStoreSecretStatusinstance.
-
setMetadata
Set the metadata of thisBckndobjectStoreSecretStatusinstance.- Parameters:
metadata- The metadata of thisBckndobjectStoreSecretStatus
-
name
Set the name of thisBckndobjectStoreSecretStatusinstance and return the same instance.- Parameters:
name- Name of objectstore- Returns:
- The same instance of this
BckndobjectStoreSecretStatusclass
-
getName
Name of objectstore- Returns:
- name The name of this
BckndobjectStoreSecretStatusinstance.
-
setName
Set the name of thisBckndobjectStoreSecretStatusinstance.- Parameters:
name- Name of objectstore
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndobjectStoreSecretStatus.- 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 thisBckndobjectStoreSecretStatusinstance.- 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 thisBckndobjectStoreSecretStatusinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndobjectStoreSecretStatusinstance. 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 newBckndobjectStoreSecretStatusinstance. No arguments are required.
-
toMap()instead.