Class VersionedLabel
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedLabel
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionedLabel
extends Object
VersionedLabel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Gets or Sets componentType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentType
(VersionedLabel.ComponentTypeEnum componentType) boolean
The user-supplied comments for the componentGet componentTypeThe ID of the Process Group that this component belongs toThe height of the label in pixels when at a 1:1 scale.The component's unique identifierThe instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated componentgetLabel()
The text that appears in the label.getName()
The component's nameGet positiongetStyle()
The styles for this label (font-size : 12px, background-color : #eee, etc).getWidth()
The width of the label in pixels when at a 1:1 scale.The z index of the connection.groupIdentifier
(String groupIdentifier) int
hashCode()
identifier
(String identifier) instanceIdentifier
(String instanceIdentifier) putStyleItem
(String key, String styleItem) void
setComments
(String comments) void
setComponentType
(VersionedLabel.ComponentTypeEnum componentType) void
setGroupIdentifier
(String groupIdentifier) void
void
setIdentifier
(String identifier) void
setInstanceIdentifier
(String instanceIdentifier) void
void
void
setPosition
(Position position) void
void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
identifier
-
instanceIdentifier
-
name
-
comments
-
position
-
label
-
zIndex
-
width
-
height
-
style
-
componentType
-
groupIdentifier
-
-
Constructor Details
-
VersionedLabel
public VersionedLabel()
-
-
Method Details
-
identifier
-
getIdentifier
The component's unique identifier- Returns:
- identifier
-
setIdentifier
-
instanceIdentifier
-
getInstanceIdentifier
The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component- Returns:
- instanceIdentifier
-
setInstanceIdentifier
-
name
-
getName
The component's name- Returns:
- name
-
setName
-
comments
-
getComments
The user-supplied comments for the component- Returns:
- comments
-
setComments
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
label
-
getLabel
The text that appears in the label.- Returns:
- label
-
setLabel
-
zIndex
-
getZIndex
The z index of the connection.- Returns:
- zIndex
-
setZIndex
-
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
-
style
-
putStyleItem
-
getStyle
The styles for this label (font-size : 12px, background-color : #eee, etc).- Returns:
- style
-
setStyle
-
componentType
-
getComponentType
Get componentType- Returns:
- componentType
-
setComponentType
-
groupIdentifier
-
getGroupIdentifier
The ID of the Process Group that this component belongs to- Returns:
- groupIdentifier
-
setGroupIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-