Package com.sap.ai.sdk.core.model
Class BckndSharedResourceGroupStatus
java.lang.Object
com.sap.ai.sdk.core.model.BckndSharedResourceGroupStatus
BckndSharedResourceGroupStatus
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndSharedResourceGroupStatus. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newBckndSharedResourceGroupStatusinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndSharedResourceGroupStatus.getId()shared resource group idgetState()current state of shared resource groupinthashCode()Set the id of thisBckndSharedResourceGroupStatusinstance and return the same instance.Set the isEnabled of thisBckndSharedResourceGroupStatusinstance and return the same instance.indicates whether shared resource group is enabledvoidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndSharedResourceGroupStatusinstance.voidSet the id of thisBckndSharedResourceGroupStatusinstance.voidsetIsEnabled(Boolean isEnabled) Set the isEnabled of thisBckndSharedResourceGroupStatusinstance.voidSet the state of thisBckndSharedResourceGroupStatusinstance.Set the state of thisBckndSharedResourceGroupStatusinstance and return the same instance.toMap()Get the value of all properties of thisBckndSharedResourceGroupStatusinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndSharedResourceGroupStatus
protected BckndSharedResourceGroupStatus()Default constructor for BckndSharedResourceGroupStatus.
-
-
Method Details
-
isEnabled
Set the isEnabled of thisBckndSharedResourceGroupStatusinstance and return the same instance.- Parameters:
isEnabled- indicates whether shared resource group is enabled- Returns:
- The same instance of this
BckndSharedResourceGroupStatusclass
-
isIsEnabled
indicates whether shared resource group is enabled- Returns:
- isEnabled The isEnabled of this
BckndSharedResourceGroupStatusinstance.
-
setIsEnabled
Set the isEnabled of thisBckndSharedResourceGroupStatusinstance.- Parameters:
isEnabled- indicates whether shared resource group is enabled
-
id
Set the id of thisBckndSharedResourceGroupStatusinstance and return the same instance.- Parameters:
id- shared resource group id- Returns:
- The same instance of this
BckndSharedResourceGroupStatusclass
-
getId
shared resource group id- Returns:
- id The id of this
BckndSharedResourceGroupStatusinstance.
-
setId
Set the id of thisBckndSharedResourceGroupStatusinstance.- Parameters:
id- shared resource group id
-
state
Set the state of thisBckndSharedResourceGroupStatusinstance and return the same instance.- Parameters:
state- current state of shared resource group- Returns:
- The same instance of this
BckndSharedResourceGroupStatusclass
-
getState
current state of shared resource group- Returns:
- state The state of this
BckndSharedResourceGroupStatusinstance.
-
setState
Set the state of thisBckndSharedResourceGroupStatusinstance.- Parameters:
state- current state of shared resource group
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndSharedResourceGroupStatus.- 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 thisBckndSharedResourceGroupStatusinstance.- 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 thisBckndSharedResourceGroupStatusinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndSharedResourceGroupStatusinstance. 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 newBckndSharedResourceGroupStatusinstance. No arguments are required.
-
toMap()instead.