Class LabelDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.LabelDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class LabelDTO
extends Object
LabelDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The z index of the label.The height of the label in pixels when at a 1:1 scale.getId()
The id of the component.getLabel()
The text that appears in the label.The id of parent process group of this component if applicable.Get positiongetStyle()
The styles for this label (font-size : 12px, background-color : #eee, etc).The ID of the corresponding component that is under version controlgetWidth()
The width of the label in pixels when at a 1:1 scale.int
hashCode()
parentGroupId
(String parentGroupId) position
(PositionDTO position) putStyleItem
(String key, String styleItem) void
setGetzIndex
(Long getzIndex) void
void
void
void
setParentGroupId
(String parentGroupId) void
setPosition
(PositionDTO position) void
void
setVersionedComponentId
(String versionedComponentId) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
versionedComponentId
-
parentGroupId
-
position
-
label
-
width
-
height
-
getzIndex
-
style
-
-
Constructor Details
-
LabelDTO
public LabelDTO()
-
-
Method Details
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
versionedComponentId
-
getVersionedComponentId
The ID of the corresponding component that is under version control- Returns:
- versionedComponentId
-
setVersionedComponentId
-
parentGroupId
-
getParentGroupId
The id of parent process group of this component if applicable.- Returns:
- parentGroupId
-
setParentGroupId
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
label
-
getLabel
The text that appears in the label.- Returns:
- label
-
setLabel
-
width
-
getWidth
The width of the label in pixels when at a 1:1 scale.- Returns:
- width
-
setWidth
-
height
-
getHeight
The height of the label in pixels when at a 1:1 scale.- Returns:
- height
-
setHeight
-
getzIndex
-
getGetzIndex
The z index of the label.- Returns:
- getzIndex
-
setGetzIndex
-
style
-
putStyleItem
-
getStyle
The styles for this label (font-size : 12px, background-color : #eee, etc).- Returns:
- style
-
setStyle
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-