public class Interface extends Object implements Serializable
Constructor and Description |
---|
Interface() |
Modifier and Type | Method and Description |
---|---|
void |
deleteInterval() |
void |
deleteMaxInterfacePerPdu() |
void |
deleteMaxVarsPerPdu() |
void |
deletePort() |
void |
deleteRetry() |
void |
deleteTimeout() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getCriteria()
Returns the value of field 'criteria'.
|
Long |
getInterval()
Returns the value of field 'interval'.
|
Integer |
getMaxInterfacePerPdu()
Returns the value of field 'maxInterfacePerPdu'.
|
Integer |
getMaxVarsPerPdu()
Returns the value of field 'maxVarsPerPdu'.
|
String |
getName()
Returns the value of field 'name'.
|
Integer |
getPort()
Returns the value of field 'port'.
|
Integer |
getRetry()
Returns the value of field 'retry'.
|
String |
getStatus()
Returns the value of field 'status'.
|
Integer |
getTimeout()
Returns the value of field 'timeout'.
|
String |
getUserDefined()
Returns the value of field 'userDefined'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasInterval()
Method hasInterval.
|
boolean |
hasMaxInterfacePerPdu()
Method hasMaxInterfacePerPdu.
|
boolean |
hasMaxVarsPerPdu()
Method hasMaxVarsPerPdu.
|
boolean |
hasPort()
Method hasPort.
|
boolean |
hasRetry()
Method hasRetry.
|
boolean |
hasTimeout()
Method hasTimeout.
|
void |
setCriteria(String criteria)
Sets the value of field 'criteria'.
|
void |
setInterval(Long interval)
Sets the value of field 'interval'.
|
void |
setMaxInterfacePerPdu(Integer maxInterfacePerPdu)
Sets the value of field 'maxInterfacePerPdu'.
|
void |
setMaxVarsPerPdu(Integer maxVarsPerPdu)
Sets the value of field 'maxVarsPerPdu'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setPort(Integer port)
Sets the value of field 'port'.
|
void |
setRetry(Integer retry)
Sets the value of field 'retry'.
|
void |
setStatus(String status)
Sets the value of field 'status'.
|
void |
setTimeout(Integer timeout)
Sets the value of field 'timeout'.
|
void |
setUserDefined(String userDefined)
Sets the value of field 'userDefined'.
|
public void deleteInterval()
public void deleteMaxInterfacePerPdu()
public void deleteMaxVarsPerPdu()
public void deletePort()
public void deleteRetry()
public void deleteTimeout()
public boolean equals(Object obj)
public String getCriteria()
public Long getInterval()
public Integer getMaxInterfacePerPdu()
public Integer getMaxVarsPerPdu()
public String getName()
public Integer getPort()
public Integer getRetry()
public String getStatus()
public Integer getTimeout()
public String getUserDefined()
public boolean hasInterval()
public boolean hasMaxInterfacePerPdu()
public boolean hasMaxVarsPerPdu()
public boolean hasPort()
public boolean hasRetry()
public boolean hasTimeout()
public int hashCode()
public void setCriteria(String criteria)
criteria
- the value of field 'criteria'.public void setInterval(Long interval)
interval
- the value of field 'interval'.public void setMaxInterfacePerPdu(Integer maxInterfacePerPdu)
maxInterfacePerPdu
- the value of field 'maxInterfacePerPdu'.public void setMaxVarsPerPdu(Integer maxVarsPerPdu)
maxVarsPerPdu
- the value of field 'maxVarsPerPdu'.public void setName(String name)
name
- the value of field 'name'.public void setPort(Integer port)
port
- the value of field 'port'.public void setRetry(Integer retry)
retry
- the value of field 'retry'.public void setStatus(String status)
status
- the value of field 'status'.public void setTimeout(Integer timeout)
timeout
- the value of field 'timeout'.public void setUserDefined(String userDefined)
userDefined
- the value of field 'userDefined'.Copyright © 2017. All rights reserved.