Class ReadBlock


  • @Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
               date="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]")
    public class ReadBlock
    extends StructureElementSystemData
    ReadBlock
    • Field Detail

      • preferredName

        @SerializedName("preferredName")
        private PreferredName preferredName
      • definition

        @SerializedName("definition")
        private Definition definition
      • release

        @SerializedName("release")
        private java.lang.String release
      • parentClass

        @SerializedName("parentClass")
        private java.lang.Object parentClass
      • childBlocks

        @SerializedName("childBlocks")
        private java.util.List<StructureElementLink> childBlocks
      • propertyValueConstraints

        @SerializedName("propertyValueConstraints")
        private PropertyValueConstraints propertyValueConstraints
      • classValueAssignments

        @SerializedName("classValueAssignments")
        private ClassValueAssignments classValueAssignments
    • Constructor Detail

      • ReadBlock

        public ReadBlock()
    • Method Detail

      • getPreferredName

        public PreferredName getPreferredName()
        Get preferredName
        Returns:
        preferredName
      • setPreferredName

        public void setPreferredName​(PreferredName preferredName)
      • getDefinition

        public Definition getDefinition()
        Get definition
        Returns:
        definition
      • setDefinition

        public void setDefinition​(Definition definition)
      • release

        public ReadBlock release​(java.lang.String release)
      • getRelease

        public java.lang.String getRelease()
        Release name
        Returns:
        release
      • setRelease

        public void setRelease​(java.lang.String release)
      • parentClass

        public ReadBlock parentClass​(java.lang.Object parentClass)
      • getParentClass

        public java.lang.Object getParentClass()
        Parent class of block. when not set in a change request, the root block is assumed.
        Returns:
        parentClass
      • setParentClass

        public void setParentClass​(java.lang.Object parentClass)
      • getChildBlocks

        public java.util.List<StructureElementLink> getChildBlocks()
        Get childBlocks
        Returns:
        childBlocks
      • getProperties

        public java.util.List<StructureElementLink> getProperties()
        Get properties
        Returns:
        properties
      • getPropertyValueConstraints

        public PropertyValueConstraints getPropertyValueConstraints()
        Get propertyValueConstraints
        Returns:
        propertyValueConstraints
      • setPropertyValueConstraints

        public void setPropertyValueConstraints​(PropertyValueConstraints propertyValueConstraints)
      • getClassValueAssignments

        public ClassValueAssignments getClassValueAssignments()
        Get classValueAssignments
        Returns:
        classValueAssignments
      • setClassValueAssignments

        public void setClassValueAssignments​(ClassValueAssignments classValueAssignments)
      • toIndentedString

        private java.lang.String toIndentedString​(java.lang.Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).