Package com.sap.ai.sdk.core.model
Class BckndArgoCDApplicationDataResponse
java.lang.Object
com.sap.ai.sdk.core.model.BckndArgoCDApplicationDataResponse
BckndArgoCDApplicationDataResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndArgoCDApplicationDataResponse. -
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) Set the applicationName of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newBckndArgoCDApplicationDataResponseinstance with all required arguments.booleanArgoCD application name in the response bodygetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndArgoCDApplicationDataResponse.getPath()path within the repository to synchroniseURL of the repository to synchroniserevision to synchroniseinthashCode()Set the path of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.repositoryUrl(String repositoryUrl) Set the repositoryUrl of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.Set the revision of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.voidsetApplicationName(String applicationName) Set the applicationName of thisBckndArgoCDApplicationDataResponseinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndArgoCDApplicationDataResponseinstance.voidSet the path of thisBckndArgoCDApplicationDataResponseinstance.voidsetRepositoryUrl(String repositoryUrl) Set the repositoryUrl of thisBckndArgoCDApplicationDataResponseinstance.voidsetRevision(String revision) Set the revision of thisBckndArgoCDApplicationDataResponseinstance.toMap()Get the value of all properties of thisBckndArgoCDApplicationDataResponseinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndArgoCDApplicationDataResponse
protected BckndArgoCDApplicationDataResponse()Default constructor for BckndArgoCDApplicationDataResponse.
-
-
Method Details
-
repositoryUrl
Set the repositoryUrl of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.- Parameters:
repositoryUrl- URL of the repository to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationDataResponseclass
-
getRepositoryUrl
URL of the repository to synchronise- Returns:
- repositoryUrl The repositoryUrl of this
BckndArgoCDApplicationDataResponseinstance.
-
setRepositoryUrl
Set the repositoryUrl of thisBckndArgoCDApplicationDataResponseinstance.- Parameters:
repositoryUrl- URL of the repository to synchronise
-
revision
Set the revision of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.- Parameters:
revision- revision to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationDataResponseclass
-
getRevision
revision to synchronise- Returns:
- revision The revision of this
BckndArgoCDApplicationDataResponseinstance.
-
setRevision
Set the revision of thisBckndArgoCDApplicationDataResponseinstance.- Parameters:
revision- revision to synchronise
-
path
Set the path of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.- Parameters:
path- path within the repository to synchronise- Returns:
- The same instance of this
BckndArgoCDApplicationDataResponseclass
-
getPath
path within the repository to synchronise- Returns:
- path The path of this
BckndArgoCDApplicationDataResponseinstance.
-
setPath
Set the path of thisBckndArgoCDApplicationDataResponseinstance.- Parameters:
path- path within the repository to synchronise
-
applicationName
@Nonnull public BckndArgoCDApplicationDataResponse applicationName(@Nullable String applicationName) Set the applicationName of thisBckndArgoCDApplicationDataResponseinstance and return the same instance.- Parameters:
applicationName- ArgoCD application name in the response body- Returns:
- The same instance of this
BckndArgoCDApplicationDataResponseclass
-
getApplicationName
ArgoCD application name in the response body- Returns:
- applicationName The applicationName of this
BckndArgoCDApplicationDataResponseinstance.
-
setApplicationName
Set the applicationName of thisBckndArgoCDApplicationDataResponseinstance.- Parameters:
applicationName- ArgoCD application name in the response body
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndArgoCDApplicationDataResponse.- 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 thisBckndArgoCDApplicationDataResponseinstance.- 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 thisBckndArgoCDApplicationDataResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndArgoCDApplicationDataResponseinstance. 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 newBckndArgoCDApplicationDataResponseinstance with all required arguments.
-
toMap()instead.