Package org.bonitasoft.web.client.model
Class BusinessDataImportResult
java.lang.Object
org.bonitasoft.web.client.model.BusinessDataImportResult
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class BusinessDataImportResult
extends Object
implements Serializable
An object containing: * the list of IDs of all the newly created Business Data, under the name of \"createdIds\" * the list of unknown fields,
provided as an array of names, under the name of \"unknownFields\"
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCreatedIdsItem(BigDecimal createdIdsItem) addUnknownFieldsItem(String unknownFieldsItem) createdIds(List<BigDecimal> createdIds) booleanList of IDs of the newly created Business Datalist of unknown input fields that are not declared in the Business Data typeinthashCode()voidsetCreatedIds(List<BigDecimal> createdIds) voidsetUnknownFields(List<String> unknownFields) toString()unknownFields(List<String> unknownFields)
-
Field Details
-
JSON_PROPERTY_CREATED_IDS
- See Also:
-
JSON_PROPERTY_UNKNOWN_FIELDS
- See Also:
-
-
Constructor Details
-
BusinessDataImportResult
public BusinessDataImportResult()
-
-
Method Details
-
createdIds
-
addCreatedIdsItem
-
getCreatedIds
List of IDs of the newly created Business Data- Returns:
- createdIds
-
setCreatedIds
-
unknownFields
-
addUnknownFieldsItem
-
getUnknownFields
list of unknown input fields that are not declared in the Business Data type- Returns:
- unknownFields
-
setUnknownFields
-
equals
-
hashCode
public int hashCode() -
toString
-