Package com.mypurecloud.sdk.v2.model
Class JourneyViewElementDisplayAttributes
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewElementDisplayAttributes
- All Implemented Interfaces:
Serializable
Display attributes for an element in a journey view
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe column position for the element in the journey view canvasbooleangetCol()getX()getY()inthashCode()voidvoidvoidtoString()The horizontal position (x-coordinate) of the element on the journey view canvasThe vertical position (y-coordinate) of the element on the journey view canvas
-
Constructor Details
-
JourneyViewElementDisplayAttributes
public JourneyViewElementDisplayAttributes() -
JourneyViewElementDisplayAttributes
-
-
Method Details
-
x
The horizontal position (x-coordinate) of the element on the journey view canvas -
getX
-
setX
-
y
The vertical position (y-coordinate) of the element on the journey view canvas -
getY
-
setY
-
col
The column position for the element in the journey view canvas -
getCol
-
setCol
-
equals
-
hashCode
public int hashCode() -
toString
-