Class BlockData
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.BlockData
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-20T14:36:57.435832949Z[Etc/UTC]")
public class BlockData
extends Object
BlockData
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<StructureElementLink> private BlockData.ClassTypeEnumprivate ClassValueAssignmentsprivate AllOfblockDataParentClassprivate List<StructureElementLink> private PropertyValueConstraintsprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildBlocksItem(StructureElementLink childBlocksItem) addPropertiesItem(StructureElementLink propertiesItem) childBlocks(List<StructureElementLink> childBlocks) classValueAssignments(ClassValueAssignments classValueAssignments) booleanGet childBlocksGet classTypeGet classValueAssignmentsParent class of block.Get propertiesGet propertyValueConstraintsRelease nameinthashCode()parentClass(AllOfblockDataParentClass parentClass) properties(List<StructureElementLink> properties) propertyValueConstraints(PropertyValueConstraints propertyValueConstraints) voidsetChildBlocks(List<StructureElementLink> childBlocks) voidsetClassValueAssignments(ClassValueAssignments classValueAssignments) voidsetParentClass(AllOfblockDataParentClass parentClass) voidsetProperties(List<StructureElementLink> properties) voidsetPropertyValueConstraints(PropertyValueConstraints propertyValueConstraints) voidsetRelease(String release) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
release
-
parentClass
-
classType
-
childBlocks
-
properties
-
propertyValueConstraints
@SerializedName("propertyValueConstraints") private PropertyValueConstraints propertyValueConstraints -
classValueAssignments
-
-
Constructor Details
-
BlockData
public BlockData()
-
-
Method Details
-
release
-
getRelease
Release name- Returns:
- release
-
setRelease
-
parentClass
-
getParentClass
Parent class of block. when not set in a change request, the root block is assumed.- Returns:
- parentClass
-
setParentClass
-
getClassType
Get classType- Returns:
- classType
-
childBlocks
-
addChildBlocksItem
-
getChildBlocks
Get childBlocks- Returns:
- childBlocks
-
setChildBlocks
-
properties
-
addPropertiesItem
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
propertyValueConstraints
-
getPropertyValueConstraints
Get propertyValueConstraints- Returns:
- propertyValueConstraints
-
setPropertyValueConstraints
-
classValueAssignments
-
getClassValueAssignments
Get classValueAssignments- Returns:
- classValueAssignments
-
setClassValueAssignments
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-