@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpectrumConfig extends Object implements Serializable, Cloneable, StructuredPojo
Object that describes a spectral Config.
| Constructor and Description |
|---|
SpectrumConfig() |
| Modifier and Type | Method and Description |
|---|---|
SpectrumConfig |
clone() |
boolean |
equals(Object obj) |
FrequencyBandwidth |
getBandwidth()
Bandwidth of a spectral
Config. |
Frequency |
getCenterFrequency()
Center frequency of a spectral
Config. |
String |
getPolarization()
Polarization of a spectral
Config. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral
Config. |
void |
setCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral
Config. |
void |
setPolarization(String polarization)
Polarization of a spectral
Config. |
String |
toString()
Returns a string representation of this object.
|
SpectrumConfig |
withBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral
Config. |
SpectrumConfig |
withCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral
Config. |
SpectrumConfig |
withPolarization(Polarization polarization)
Polarization of a spectral
Config. |
SpectrumConfig |
withPolarization(String polarization)
Polarization of a spectral
Config. |
public void setBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral Config.
bandwidth - Bandwidth of a spectral Config.public FrequencyBandwidth getBandwidth()
Bandwidth of a spectral Config.
Config.public SpectrumConfig withBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral Config.
bandwidth - Bandwidth of a spectral Config.public void setCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral Config.
centerFrequency - Center frequency of a spectral Config.public Frequency getCenterFrequency()
Center frequency of a spectral Config.
Config.public SpectrumConfig withCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral Config.
centerFrequency - Center frequency of a spectral Config.public void setPolarization(String polarization)
Polarization of a spectral Config.
polarization - Polarization of a spectral Config.Polarizationpublic String getPolarization()
Polarization of a spectral Config.
Config.Polarizationpublic SpectrumConfig withPolarization(String polarization)
Polarization of a spectral Config.
polarization - Polarization of a spectral Config.Polarizationpublic SpectrumConfig withPolarization(Polarization polarization)
Polarization of a spectral Config.
polarization - Polarization of a spectral Config.Polarizationpublic String toString()
toString in class ObjectObject.toString()public SpectrumConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.