public class ActiondConfiguration extends Object implements Serializable
Constructor and Description |
---|
ActiondConfiguration() |
ActiondConfiguration(int maxOutstandingActions,
long maxProcessTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
Integer |
getMaxOutstandingActions()
Returns the value of field 'maxOutstandingActions'.
|
Long |
getMaxProcessTime()
Returns the value of field 'maxProcessTime'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
void |
setMaxOutstandingActions(Integer maxOutstandingActions)
Sets the value of field 'maxOutstandingActions'.
|
void |
setMaxProcessTime(Long maxProcessTime)
Sets the value of field 'maxProcessTime'.
|
public ActiondConfiguration()
public ActiondConfiguration(int maxOutstandingActions, long maxProcessTime)
public boolean equals(Object obj)
public Integer getMaxOutstandingActions()
public Long getMaxProcessTime()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public void setMaxOutstandingActions(Integer maxOutstandingActions)
maxOutstandingActions
- the value of field 'maxOutstandingActions'.public void setMaxProcessTime(Long maxProcessTime)
maxProcessTime
- the value of field 'maxProcessTime'.Copyright © 2017. All rights reserved.