Package sh.ory.model
Class UiNodeImageAttributes
java.lang.Object
sh.ory.model.UiNodeImageAttributes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UiNodeImageAttributes extends Object
UiNodeImageAttributes
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HEIGHTstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NODE_TYPEstatic StringSERIALIZED_NAME_SRCstatic StringSERIALIZED_NAME_WIDTH -
Constructor Summary
Constructors Constructor Description UiNodeImageAttributes() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)LonggetHeight()Height of the imageStringgetId()A unique identifierStringgetNodeType()Get nodeTypeStringgetSrc()The image's source URL.LonggetWidth()Width of the imageinthashCode()UiNodeImageAttributesheight(Long height)UiNodeImageAttributesid(String id)UiNodeImageAttributesnodeType(String nodeType)voidsetHeight(Long height)voidsetId(String id)voidsetNodeType(String nodeType)voidsetSrc(String src)voidsetWidth(Long width)UiNodeImageAttributessrc(String src)StringtoString()UiNodeImageAttributeswidth(Long width)
-
Field Details
-
SERIALIZED_NAME_HEIGHT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NODE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SRC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WIDTH
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UiNodeImageAttributes
public UiNodeImageAttributes()
-
-
Method Details
-
height
-
getHeight
Height of the image- Returns:
- height
-
setHeight
-
id
-
getId
A unique identifier- Returns:
- id
-
setId
-
nodeType
-
getNodeType
Get nodeType- Returns:
- nodeType
-
setNodeType
-
src
-
getSrc
The image's source URL. format: uri- Returns:
- src
-
setSrc
-
width
-
getWidth
Width of the image- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-