Package com.sap.ai.sdk.core.model
Class BckndArgoCDApplicationStatusSyncResourcesStatusInner
java.lang.Object
com.sap.ai.sdk.core.model.BckndArgoCDApplicationStatusSyncResourcesStatusInner
BckndArgoCDApplicationStatusSyncResourcesStatusInner
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndArgoCDApplicationStatusSyncResourcesStatusInner. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndArgoCDApplicationStatusSyncResourcesStatusInner.getKind()ArgoCD application object kindArgoCD application object messagegetName()ArgoCD application object nameArgoCD application object sync statusinthashCode()Set the kind of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.Set the message of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.Set the name of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.voidSet the kind of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.voidsetMessage(String message) Set the message of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.voidSet the name of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.voidSet the status of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.Set the status of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.toMap()Get the value of all properties of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndArgoCDApplicationStatusSyncResourcesStatusInner
protected BckndArgoCDApplicationStatusSyncResourcesStatusInner()Default constructor for BckndArgoCDApplicationStatusSyncResourcesStatusInner.
-
-
Method Details
-
name
Set the name of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.- Parameters:
name- ArgoCD application object name- Returns:
- The same instance of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerclass
-
getName
ArgoCD application object name- Returns:
- name The name of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.
-
setName
Set the name of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.- Parameters:
name- ArgoCD application object name
-
kind
Set the kind of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.- Parameters:
kind- ArgoCD application object kind- Returns:
- The same instance of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerclass
-
getKind
ArgoCD application object kind- Returns:
- kind The kind of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.
-
setKind
Set the kind of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.- Parameters:
kind- ArgoCD application object kind
-
status
@Nonnull public BckndArgoCDApplicationStatusSyncResourcesStatusInner status(@Nullable String status) Set the status of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.- Parameters:
status- ArgoCD application object sync status- Returns:
- The same instance of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerclass
-
getStatus
ArgoCD application object sync status- Returns:
- status The status of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.
-
setStatus
Set the status of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.- Parameters:
status- ArgoCD application object sync status
-
message
@Nonnull public BckndArgoCDApplicationStatusSyncResourcesStatusInner message(@Nullable String message) Set the message of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance and return the same instance.- Parameters:
message- ArgoCD application object message- Returns:
- The same instance of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerclass
-
getMessage
ArgoCD application object message- Returns:
- message The message of this
BckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.
-
setMessage
Set the message of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.- Parameters:
message- ArgoCD application object message
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndArgoCDApplicationStatusSyncResourcesStatusInner.- 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 thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance.- 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 thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance. 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 newBckndArgoCDApplicationStatusSyncResourcesStatusInnerinstance. No arguments are required.
-
toMap()instead.