public class DVSFailureCriteria extends InheritablePolicy
| Modifier and Type | Field and Description |
|---|---|
BoolPolicy |
checkBeacon |
BoolPolicy |
checkDuplex |
BoolPolicy |
checkErrorPercent |
StringPolicy |
checkSpeed |
BoolPolicy |
fullDuplex |
IntPolicy |
percentage |
IntPolicy |
speed |
inheriteddynamicProperty, dynamicType| Constructor and Description |
|---|
DVSFailureCriteria() |
| Modifier and Type | Method and Description |
|---|---|
BoolPolicy |
getCheckBeacon() |
BoolPolicy |
getCheckDuplex() |
BoolPolicy |
getCheckErrorPercent() |
StringPolicy |
getCheckSpeed() |
BoolPolicy |
getFullDuplex() |
IntPolicy |
getPercentage() |
IntPolicy |
getSpeed() |
void |
setCheckBeacon(BoolPolicy checkBeacon) |
void |
setCheckDuplex(BoolPolicy checkDuplex) |
void |
setCheckErrorPercent(BoolPolicy checkErrorPercent) |
void |
setCheckSpeed(StringPolicy checkSpeed) |
void |
setFullDuplex(BoolPolicy fullDuplex) |
void |
setPercentage(IntPolicy percentage) |
void |
setSpeed(IntPolicy speed) |
isInherited, setInheritedgetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic StringPolicy checkSpeed
public IntPolicy speed
public BoolPolicy checkDuplex
public BoolPolicy fullDuplex
public BoolPolicy checkErrorPercent
public IntPolicy percentage
public BoolPolicy checkBeacon
public StringPolicy getCheckSpeed()
public IntPolicy getSpeed()
public BoolPolicy getCheckDuplex()
public BoolPolicy getFullDuplex()
public BoolPolicy getCheckErrorPercent()
public IntPolicy getPercentage()
public BoolPolicy getCheckBeacon()
public void setCheckSpeed(StringPolicy checkSpeed)
public void setSpeed(IntPolicy speed)
public void setCheckDuplex(BoolPolicy checkDuplex)
public void setFullDuplex(BoolPolicy fullDuplex)
public void setCheckErrorPercent(BoolPolicy checkErrorPercent)
public void setPercentage(IntPolicy percentage)
public void setCheckBeacon(BoolPolicy checkBeacon)
Copyright © 2011-2012. All Rights Reserved.