Package com.sap.ai.sdk.core.model
Class BckndArgoCDRepositoryData
java.lang.Object
com.sap.ai.sdk.core.model.BckndArgoCDRepositoryData
BckndArgoCDRepositoryData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndArgoCDRepositoryData. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newBckndArgoCDRepositoryDatainstance with all required arguments.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndArgoCDRepositoryData.getName()Name of the repositoryPassword for read-access to the repositorygetUrl()URL of the repository to synchroniseUsername for read-access to the repositoryinthashCode()Set the name of thisBckndArgoCDRepositoryDatainstance and return the same instance.Set the password of thisBckndArgoCDRepositoryDatainstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndArgoCDRepositoryDatainstance.voidSet the name of thisBckndArgoCDRepositoryDatainstance.voidsetPassword(String password) Set the password of thisBckndArgoCDRepositoryDatainstance.voidSet the url of thisBckndArgoCDRepositoryDatainstance.voidsetUsername(String username) Set the username of thisBckndArgoCDRepositoryDatainstance.toMap()Get the value of all properties of thisBckndArgoCDRepositoryDatainstance including unrecognized properties.toString()Set the url of thisBckndArgoCDRepositoryDatainstance and return the same instance.Set the username of thisBckndArgoCDRepositoryDatainstance and return the same instance.
-
Constructor Details
-
BckndArgoCDRepositoryData
protected BckndArgoCDRepositoryData()Default constructor for BckndArgoCDRepositoryData.
-
-
Method Details
-
name
Set the name of thisBckndArgoCDRepositoryDatainstance and return the same instance.- Parameters:
name- Name of the repository- Returns:
- The same instance of this
BckndArgoCDRepositoryDataclass
-
getName
Name of the repository- Returns:
- name The name of this
BckndArgoCDRepositoryDatainstance.
-
setName
Set the name of thisBckndArgoCDRepositoryDatainstance.- Parameters:
name- Name of the repository
-
url
Set the url of thisBckndArgoCDRepositoryDatainstance and return the same instance.- Parameters:
url- URL of the repository to synchronise- Returns:
- The same instance of this
BckndArgoCDRepositoryDataclass
-
getUrl
URL of the repository to synchronise- Returns:
- url The url of this
BckndArgoCDRepositoryDatainstance.
-
setUrl
Set the url of thisBckndArgoCDRepositoryDatainstance.- Parameters:
url- URL of the repository to synchronise
-
username
Set the username of thisBckndArgoCDRepositoryDatainstance and return the same instance.- Parameters:
username- Username for read-access to the repository- Returns:
- The same instance of this
BckndArgoCDRepositoryDataclass
-
getUsername
Username for read-access to the repository- Returns:
- username The username of this
BckndArgoCDRepositoryDatainstance.
-
setUsername
Set the username of thisBckndArgoCDRepositoryDatainstance.- Parameters:
username- Username for read-access to the repository
-
password
Set the password of thisBckndArgoCDRepositoryDatainstance and return the same instance.- Parameters:
password- Password for read-access to the repository- Returns:
- The same instance of this
BckndArgoCDRepositoryDataclass
-
getPassword
Password for read-access to the repository- Returns:
- password The password of this
BckndArgoCDRepositoryDatainstance.
-
setPassword
Set the password of thisBckndArgoCDRepositoryDatainstance.- Parameters:
password- Password for read-access to the repository
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndArgoCDRepositoryData.- 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 thisBckndArgoCDRepositoryDatainstance.- 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 thisBckndArgoCDRepositoryDatainstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndArgoCDRepositoryDatainstance. 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 newBckndArgoCDRepositoryDatainstance with all required arguments.
-
toMap()instead.