Package com.sap.ai.sdk.core.model
Class BckndArgoCDRepositoryDetails
java.lang.Object
com.sap.ai.sdk.core.model.BckndArgoCDRepositoryDetails
Repository details
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the repository's on-boarding -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndArgoCDRepositoryDetails. -
Method Summary
Modifier and TypeMethodDescriptionstatic BckndArgoCDRepositoryDetailscreate()Create a newBckndArgoCDRepositoryDetailsinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndArgoCDRepositoryDetails.getName()The name of the repositoryThe status of the repository's on-boardinggetUrl()The repository URLinthashCode()Set the name of thisBckndArgoCDRepositoryDetailsinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndArgoCDRepositoryDetailsinstance.voidSet the name of thisBckndArgoCDRepositoryDetailsinstance.voidSet the status of thisBckndArgoCDRepositoryDetailsinstance.voidSet the url of thisBckndArgoCDRepositoryDetailsinstance.Set the status of thisBckndArgoCDRepositoryDetailsinstance and return the same instance.toMap()Get the value of all properties of thisBckndArgoCDRepositoryDetailsinstance including unrecognized properties.toString()Set the url of thisBckndArgoCDRepositoryDetailsinstance and return the same instance.
-
Constructor Details
-
BckndArgoCDRepositoryDetails
protected BckndArgoCDRepositoryDetails()Default constructor for BckndArgoCDRepositoryDetails.
-
-
Method Details
-
name
Set the name of thisBckndArgoCDRepositoryDetailsinstance and return the same instance.- Parameters:
name- The name of the repository- Returns:
- The same instance of this
BckndArgoCDRepositoryDetailsclass
-
getName
The name of the repository- Returns:
- name The name of this
BckndArgoCDRepositoryDetailsinstance.
-
setName
Set the name of thisBckndArgoCDRepositoryDetailsinstance.- Parameters:
name- The name of the repository
-
url
Set the url of thisBckndArgoCDRepositoryDetailsinstance and return the same instance.- Parameters:
url- The repository URL- Returns:
- The same instance of this
BckndArgoCDRepositoryDetailsclass
-
getUrl
The repository URL- Returns:
- url The url of this
BckndArgoCDRepositoryDetailsinstance.
-
setUrl
Set the url of thisBckndArgoCDRepositoryDetailsinstance.- Parameters:
url- The repository URL
-
status
@Nonnull public BckndArgoCDRepositoryDetails status(@Nullable BckndArgoCDRepositoryDetails.StatusEnum status) Set the status of thisBckndArgoCDRepositoryDetailsinstance and return the same instance.- Parameters:
status- The status of the repository's on-boarding- Returns:
- The same instance of this
BckndArgoCDRepositoryDetailsclass
-
getStatus
The status of the repository's on-boarding- Returns:
- status The status of this
BckndArgoCDRepositoryDetailsinstance.
-
setStatus
Set the status of thisBckndArgoCDRepositoryDetailsinstance.- Parameters:
status- The status of the repository's on-boarding
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndArgoCDRepositoryDetails.- 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 thisBckndArgoCDRepositoryDetailsinstance.- 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 thisBckndArgoCDRepositoryDetailsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndArgoCDRepositoryDetailsinstance. 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 newBckndArgoCDRepositoryDetailsinstance. No arguments are required.
-
toMap()instead.