public class ParamFlowItem extends Object
| Constructor and Description |
|---|
ParamFlowItem() |
ParamFlowItem(String object,
Integer count,
String classType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClassType() |
Integer |
getCount() |
String |
getObject() |
int |
hashCode() |
static <T> ParamFlowItem |
newItem(T object,
Integer count) |
ParamFlowItem |
setClassType(String classType) |
ParamFlowItem |
setCount(Integer count) |
ParamFlowItem |
setObject(String object) |
String |
toString() |
public static <T> ParamFlowItem newItem(T object, Integer count)
public String getObject()
public ParamFlowItem setObject(String object)
public Integer getCount()
public ParamFlowItem setCount(Integer count)
public String getClassType()
public ParamFlowItem setClassType(String classType)
Copyright © 2020 Alibaba Group. All rights reserved.