Class SpectraRatiosReport
java.lang.Object
gov.llnl.gnem.apps.coda.spectra.model.domain.SpectraRatiosReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()inthashCode()booleansetInversionEstimates(Map<EventPair, SpectraRatioPairInversionResult> inversionEstimates) setJointInversionEstimates(Map<EventPair, SpectraRatioPairInversionResultJoint> jointInversionEstimates) voidsetLoadedFromJson(boolean isLoadedFromJson) setUserAdjustedLowAndHighFreqLevels(Map<EventPair, Pair<Double, Double>> userAdjustedLowAndHighFreqLevels) voidsetUserSetStressResult(Double userSetStressResult) toString()
-
Constructor Details
-
SpectraRatiosReport
public SpectraRatiosReport()
-
-
Method Details
-
isLoadedFromJson
public boolean isLoadedFromJson() -
setLoadedFromJson
public void setLoadedFromJson(boolean isLoadedFromJson) -
getData
-
setData
public SpectraRatiosReport setData(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> data) -
setInversionEstimates
public SpectraRatiosReport setInversionEstimates(Map<EventPair, SpectraRatioPairInversionResult> inversionEstimates) -
getInversionEstimates
-
getJointInversionEstimates
-
setJointInversionEstimates
public SpectraRatiosReport setJointInversionEstimates(Map<EventPair, SpectraRatioPairInversionResultJoint> jointInversionEstimates) -
getUserAdjustedLowAndHighFreqLevels
-
setUserAdjustedLowAndHighFreqLevels
-
getUserSetStressResult
-
setUserSetStressResult
-
toString
-
hashCode
public int hashCode() -
equals
-