Package com.sap.ai.sdk.core.model
Class BckndArgoCDApplicationStatusSource
java.lang.Object
com.sap.ai.sdk.core.model.BckndArgoCDApplicationStatusSource
Information about the ArgoCD application itself
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndArgoCDApplicationStatusSource. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newBckndArgoCDApplicationStatusSourceinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndArgoCDApplicationStatusSource.getPath()Path of the repositoryURL of the repositoryRevision number of the ArgoCD applicationinthashCode()Set the path of thisBckndArgoCDApplicationStatusSourceinstance and return the same instance.Set the repoURL of thisBckndArgoCDApplicationStatusSourceinstance and return the same instance.Set the revision of thisBckndArgoCDApplicationStatusSourceinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndArgoCDApplicationStatusSourceinstance.voidSet the path of thisBckndArgoCDApplicationStatusSourceinstance.voidsetRepoURL(String repoURL) Set the repoURL of thisBckndArgoCDApplicationStatusSourceinstance.voidsetRevision(String revision) Set the revision of thisBckndArgoCDApplicationStatusSourceinstance.toMap()Get the value of all properties of thisBckndArgoCDApplicationStatusSourceinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndArgoCDApplicationStatusSource
protected BckndArgoCDApplicationStatusSource()Default constructor for BckndArgoCDApplicationStatusSource.
-
-
Method Details
-
repoURL
Set the repoURL of thisBckndArgoCDApplicationStatusSourceinstance and return the same instance.- Parameters:
repoURL- URL of the repository- Returns:
- The same instance of this
BckndArgoCDApplicationStatusSourceclass
-
getRepoURL
URL of the repository- Returns:
- repoURL The repoURL of this
BckndArgoCDApplicationStatusSourceinstance.
-
setRepoURL
Set the repoURL of thisBckndArgoCDApplicationStatusSourceinstance.- Parameters:
repoURL- URL of the repository
-
path
Set the path of thisBckndArgoCDApplicationStatusSourceinstance and return the same instance.- Parameters:
path- Path of the repository- Returns:
- The same instance of this
BckndArgoCDApplicationStatusSourceclass
-
getPath
Path of the repository- Returns:
- path The path of this
BckndArgoCDApplicationStatusSourceinstance.
-
setPath
Set the path of thisBckndArgoCDApplicationStatusSourceinstance.- Parameters:
path- Path of the repository
-
revision
Set the revision of thisBckndArgoCDApplicationStatusSourceinstance and return the same instance.- Parameters:
revision- Revision number of the ArgoCD application- Returns:
- The same instance of this
BckndArgoCDApplicationStatusSourceclass
-
getRevision
Revision number of the ArgoCD application- Returns:
- revision The revision of this
BckndArgoCDApplicationStatusSourceinstance.
-
setRevision
Set the revision of thisBckndArgoCDApplicationStatusSourceinstance.- Parameters:
revision- Revision number of the ArgoCD application
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndArgoCDApplicationStatusSource.- 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 thisBckndArgoCDApplicationStatusSourceinstance.- 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 thisBckndArgoCDApplicationStatusSourceinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndArgoCDApplicationStatusSourceinstance. 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 newBckndArgoCDApplicationStatusSourceinstance. No arguments are required.
-
toMap()instead.