Package com.sap.ai.sdk.core.model
Class BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls
java.lang.Object
com.sap.ai.sdk.core.model.BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls
BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls. -
Method Summary
Modifier and TypeMethodDescriptionAI_API_URL(String AI_API_URL) Set the AI_API_URL of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance and return the same instance.create()Create a newBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance.booleanGet AI_API_URLgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls.inthashCode()voidsetAIAPIURL(String AI_API_URL) Set the AI_API_URL of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance.toMap()Get the value of all properties of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls
protected BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls()Default constructor for BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls.
-
-
Method Details
-
AI_API_URL
@Nonnull public BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls AI_API_URL(@Nullable String AI_API_URL) Set the AI_API_URL of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance and return the same instance.- Parameters:
AI_API_URL- The AI_API_URL of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls- Returns:
- The same instance of this
BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsclass
-
getAIAPIURL
Get AI_API_URL- Returns:
- AI_API_URL The AI_API_URL of this
BckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance.
-
setAIAPIURL
Set the AI_API_URL of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance.- Parameters:
AI_API_URL- The AI_API_URL of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrls.- 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 thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance.- 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 thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance. 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 newBckndServiceServiceCatalogItemExtendCredentialsSharedServiceUrlsinstance. No arguments are required.
-
toMap()instead.