public class AppBehavior extends Object
| 构造器和说明 |
|---|
AppBehavior() |
| 限定符和类型 | 方法和说明 |
|---|---|
AppBehavior |
actIdList(List<String> actIdList) |
AppBehavior |
addActIdListItem(String actIdListItem) |
AppBehavior |
addObjectIdListItem(Long objectIdListItem) |
boolean |
equals(Object o) |
List<String> |
getActIdList()
Get actIdList
|
List<Long> |
getObjectIdList()
Get objectIdList
|
AppActionObjectType |
getObjectType()
Get objectType
|
Long |
getTimeWindow()
Get timeWindow
|
int |
hashCode() |
AppBehavior |
objectIdList(List<Long> objectIdList) |
AppBehavior |
objectType(AppActionObjectType objectType) |
void |
setActIdList(List<String> actIdList) |
void |
setObjectIdList(List<Long> objectIdList) |
void |
setObjectType(AppActionObjectType objectType) |
void |
setTimeWindow(Long timeWindow) |
AppBehavior |
timeWindow(Long timeWindow) |
String |
toString() |
public AppBehavior objectType(AppActionObjectType objectType)
public AppActionObjectType getObjectType()
public void setObjectType(AppActionObjectType objectType)
public AppBehavior objectIdList(List<Long> objectIdList)
public AppBehavior addObjectIdListItem(Long objectIdListItem)
public AppBehavior timeWindow(Long timeWindow)
public Long getTimeWindow()
public void setTimeWindow(Long timeWindow)
public AppBehavior actIdList(List<String> actIdList)
public AppBehavior addActIdListItem(String actIdListItem)
Copyright © 2020. All rights reserved.