Class UnomiSegmentInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.UnomiSegmentInput
-
- All Implemented Interfaces:
BaseSegmentInput
public class UnomiSegmentInput extends Object implements BaseSegmentInput
-
-
Constructor Summary
Constructors Constructor Description UnomiSegmentInput(String id, String view, String name, Object condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCondition()StringgetId()StringgetName()StringgetView()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceBaseSegmentInput
-
getView
public String getView()
- Specified by:
getViewin interfaceBaseSegmentInput
-
getName
public String getName()
- Specified by:
getNamein interfaceBaseSegmentInput
-
getCondition
public Object getCondition()
-
-