Package com.sap.ai.sdk.core.model
Class BckndArgoCDApplicationBaseData
java.lang.Object
com.sap.ai.sdk.core.model.BckndArgoCDApplicationBaseData
BckndArgoCDApplicationBaseData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndArgoCDApplicationBaseData. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newBckndArgoCDApplicationBaseDatainstance with all required arguments.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndArgoCDApplicationBaseData.getPath()path within the repository to synchroniseURL of the repository to synchroniserevision to synchroniseinthashCode()Set the path of thisBckndArgoCDApplicationBaseDatainstance and return the same instance.repositoryUrl(String repositoryUrl) Set the repositoryUrl of thisBckndArgoCDApplicationBaseDatainstance and return the same instance.Set the revision of thisBckndArgoCDApplicationBaseDatainstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndArgoCDApplicationBaseDatainstance.voidSet the path of thisBckndArgoCDApplicationBaseDatainstance.voidsetRepositoryUrl(String repositoryUrl) Set the repositoryUrl of thisBckndArgoCDApplicationBaseDatainstance.voidsetRevision(String revision) Set the revision of thisBckndArgoCDApplicationBaseDatainstance.toMap()Get the value of all properties of thisBckndArgoCDApplicationBaseDatainstance including unrecognized properties.toString()
-
Constructor Details
-
BckndArgoCDApplicationBaseData
protected BckndArgoCDApplicationBaseData()Default constructor for BckndArgoCDApplicationBaseData.
-
-
Method Details
-
repositoryUrl
Set the repositoryUrl of thisBckndArgoCDApplicationBaseDatainstance and return the same instance.- Parameters:
repositoryUrl- URL of the repository to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationBaseDataclass
-
getRepositoryUrl
URL of the repository to synchronise- Returns:
- repositoryUrl The repositoryUrl of this
BckndArgoCDApplicationBaseDatainstance.
-
setRepositoryUrl
Set the repositoryUrl of thisBckndArgoCDApplicationBaseDatainstance.- Parameters:
repositoryUrl- URL of the repository to synchronise
-
revision
Set the revision of thisBckndArgoCDApplicationBaseDatainstance and return the same instance.- Parameters:
revision- revision to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationBaseDataclass
-
getRevision
revision to synchronise- Returns:
- revision The revision of this
BckndArgoCDApplicationBaseDatainstance.
-
setRevision
Set the revision of thisBckndArgoCDApplicationBaseDatainstance.- Parameters:
revision- revision to synchronise
-
path
Set the path of thisBckndArgoCDApplicationBaseDatainstance and return the same instance.- Parameters:
path- path within the repository to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationBaseDataclass
-
getPath
path within the repository to synchronise- Returns:
- path The path of this
BckndArgoCDApplicationBaseDatainstance.
-
setPath
Set the path of thisBckndArgoCDApplicationBaseDatainstance.- Parameters:
path- path within the repository to synchronise
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndArgoCDApplicationBaseData.- 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 thisBckndArgoCDApplicationBaseDatainstance.- 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 thisBckndArgoCDApplicationBaseDatainstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndArgoCDApplicationBaseDatainstance. 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 newBckndArgoCDApplicationBaseDatainstance with all required arguments.
-
toMap()instead.