public class AprioriParameters extends Message<RouterOuterClass.AprioriParameters>
Message,
RouterOuterClass.AprioriParametersbuilder, wrapperFactory| Constructor and Description |
|---|
AprioriParameters()
Empty Constructor
|
AprioriParameters(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
AprioriParameters(RouterOuterClass.AprioriParameters apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCapacityFraction()
Getter for capacityFraction.
|
long |
getHalfLifeSeconds()
Getter for halfLifeSeconds.
|
double |
getHopProbability()
Getter for hopProbability.
|
double |
getWeight()
Getter for weight.
|
void |
setCapacityFraction(double value)
Setter for capacityFraction.
|
void |
setHalfLifeSeconds(long value)
Setter for halfLifeSeconds.
|
void |
setHopProbability(double value)
Setter for hopProbability.
|
void |
setWeight(double value)
Setter for weight.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic AprioriParameters()
public AprioriParameters(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public AprioriParameters(RouterOuterClass.AprioriParameters apiObject)
public long getHalfLifeSeconds()
public void setHalfLifeSeconds(long value)
public double getHopProbability()
public void setHopProbability(double value)
public double getWeight()
public void setWeight(double value)
public double getCapacityFraction()
public void setCapacityFraction(double value)