public class NetworkSimulationConfig extends Object implements Serializable
| Constructor and Description |
|---|
NetworkSimulationConfig() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFixedPointDetectionPeriodicity() |
Double |
getFixedPointDetectionPrecision() |
Long |
getId() |
String |
getName() |
Date |
getTimeCreated() |
Long |
getVersion() |
void |
setFixedPointDetectionPeriodicity(Double fixedPointDetectionPeriodicity) |
void |
setFixedPointDetectionPrecision(Double fixedPointDetectionPrecision) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setTimeCreated(Date timeCreated) |
void |
setVersion(Long version) |
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public Date getTimeCreated()
public void setTimeCreated(Date timeCreated)
public String getName()
public void setName(String name)
public Double getFixedPointDetectionPrecision()
public void setFixedPointDetectionPrecision(Double fixedPointDetectionPrecision)
public Double getFixedPointDetectionPeriodicity()
public void setFixedPointDetectionPeriodicity(Double fixedPointDetectionPeriodicity)
Copyright © 2018. All Rights Reserved.