Package ai.promoted.delivery.model
Class Screen
- java.lang.Object
-
- ai.promoted.delivery.model.Screen
-
public class Screen extends Object
Screen
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SCALEstatic StringJSON_PROPERTY_SIZE
-
Constructor Summary
Constructors Constructor Description Screen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this Screen object is equal to o.FloatgetScale()Get scaleSizegetSize()Get sizeinthashCode()Screenscale(Float scale)voidsetScale(Float scale)voidsetSize(Size size)Screensize(Size size)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SCALE
public static final String JSON_PROPERTY_SCALE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_SIZE
- See Also:
- Constant Field Values
-
-