Package ai.promoted.delivery.model
Class Properties
- java.lang.Object
-
- ai.promoted.delivery.model.Properties
-
public class Properties extends Object
Properties
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_STRUCT_FIELD
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this Properties object is equal to o.Map<String,Object>getStructField()Get structFieldinthashCode()voidsetStructField(Map<String,Object> structField)PropertiesstructField(Map<String,Object> structField)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_STRUCT_FIELD
public static final String JSON_PROPERTY_STRUCT_FIELD
- See Also:
- Constant Field Values
-
-
Method Detail
-
structField
public Properties structField(Map<String,Object> structField)
-
equals
public boolean equals(Object o)
Return true if this Properties object is equal to o.
-
-