public class Request
extends java.lang.Object
| Constructor and Description |
|---|
Request(RequestType type,
int startAddress,
int count,
long period,
long timeout,
java.lang.String mainTypeName,
boolean eager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCount() |
java.lang.String |
getMainTypeName() |
long |
getPeriod() |
int |
getStartAddress() |
long |
getTimeout() |
RequestType |
getType() |
int |
hashCode() |
boolean |
isEager() |
java.lang.String |
toString() |
public Request(RequestType type, int startAddress, int count, long period, long timeout, java.lang.String mainTypeName, boolean eager)
public boolean isEager()
public java.lang.String getMainTypeName()
public long getPeriod()
public long getTimeout()
public int getStartAddress()
public int getCount()
public RequestType getType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0