Package com.sap.ai.sdk.core.model
Class BckndAllArgoCDApplicationData
java.lang.Object
com.sap.ai.sdk.core.model.BckndAllArgoCDApplicationData
list of applications
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndAllArgoCDApplicationData. -
Method Summary
Modifier and TypeMethodDescriptionaddResourcesItem(BckndArgoCDApplicationDataResponse resourcesItem) Add one resources instance to thisBckndAllArgoCDApplicationData.Set the count of thisBckndAllArgoCDApplicationDatainstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newBckndAllArgoCDApplicationDatainstance with all required arguments.booleangetCount()Number of the resource instances in the listgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndAllArgoCDApplicationData.Get resourcesinthashCode()resources(List<BckndArgoCDApplicationDataResponse> resources) Set the resources of thisBckndAllArgoCDApplicationDatainstance and return the same instance.voidSet the count of thisBckndAllArgoCDApplicationDatainstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndAllArgoCDApplicationDatainstance.voidsetResources(List<BckndArgoCDApplicationDataResponse> resources) Set the resources of thisBckndAllArgoCDApplicationDatainstance.toMap()Get the value of all properties of thisBckndAllArgoCDApplicationDatainstance including unrecognized properties.toString()
-
Constructor Details
-
BckndAllArgoCDApplicationData
protected BckndAllArgoCDApplicationData()Default constructor for BckndAllArgoCDApplicationData.
-
-
Method Details
-
count
Set the count of thisBckndAllArgoCDApplicationDatainstance and return the same instance.- Parameters:
count- Number of the resource instances in the list- Returns:
- The same instance of this
BckndAllArgoCDApplicationDataclass
-
getCount
Number of the resource instances in the list- Returns:
- count The count of this
BckndAllArgoCDApplicationDatainstance.
-
setCount
Set the count of thisBckndAllArgoCDApplicationDatainstance.- Parameters:
count- Number of the resource instances in the list
-
resources
@Nonnull public BckndAllArgoCDApplicationData resources(@Nonnull List<BckndArgoCDApplicationDataResponse> resources) Set the resources of thisBckndAllArgoCDApplicationDatainstance and return the same instance.- Parameters:
resources- The resources of thisBckndAllArgoCDApplicationData- Returns:
- The same instance of this
BckndAllArgoCDApplicationDataclass
-
addResourcesItem
@Nonnull public BckndAllArgoCDApplicationData addResourcesItem(@Nonnull BckndArgoCDApplicationDataResponse resourcesItem) Add one resources instance to thisBckndAllArgoCDApplicationData.- Parameters:
resourcesItem- The resources that should be added- Returns:
- The same instance of type
BckndAllArgoCDApplicationData
-
getResources
Get resources- Returns:
- resources The resources of this
BckndAllArgoCDApplicationDatainstance.
-
setResources
Set the resources of thisBckndAllArgoCDApplicationDatainstance.- Parameters:
resources- The resources of thisBckndAllArgoCDApplicationData
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndAllArgoCDApplicationData.- 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 thisBckndAllArgoCDApplicationDatainstance.- 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 thisBckndAllArgoCDApplicationDatainstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndAllArgoCDApplicationDatainstance. 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 newBckndAllArgoCDApplicationDatainstance with all required arguments.
-
toMap()instead.