@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TLEData extends Object implements Serializable, Cloneable, StructuredPojo
Two-line element set (TLE) data.
Constructor and Description |
---|
TLEData() |
Modifier and Type | Method and Description |
---|---|
TLEData |
clone() |
boolean |
equals(Object obj) |
String |
getTleLine1()
First line of two-line element set (TLE) data.
|
String |
getTleLine2()
Second line of two-line element set (TLE) data.
|
TimeRange |
getValidTimeRange()
The valid time range for the TLE.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTleLine1(String tleLine1)
First line of two-line element set (TLE) data.
|
void |
setTleLine2(String tleLine2)
Second line of two-line element set (TLE) data.
|
void |
setValidTimeRange(TimeRange validTimeRange)
The valid time range for the TLE.
|
String |
toString()
Returns a string representation of this object.
|
TLEData |
withTleLine1(String tleLine1)
First line of two-line element set (TLE) data.
|
TLEData |
withTleLine2(String tleLine2)
Second line of two-line element set (TLE) data.
|
TLEData |
withValidTimeRange(TimeRange validTimeRange)
The valid time range for the TLE.
|
public void setTleLine1(String tleLine1)
First line of two-line element set (TLE) data.
tleLine1
- First line of two-line element set (TLE) data.public String getTleLine1()
First line of two-line element set (TLE) data.
public TLEData withTleLine1(String tleLine1)
First line of two-line element set (TLE) data.
tleLine1
- First line of two-line element set (TLE) data.public void setTleLine2(String tleLine2)
Second line of two-line element set (TLE) data.
tleLine2
- Second line of two-line element set (TLE) data.public String getTleLine2()
Second line of two-line element set (TLE) data.
public TLEData withTleLine2(String tleLine2)
Second line of two-line element set (TLE) data.
tleLine2
- Second line of two-line element set (TLE) data.public void setValidTimeRange(TimeRange validTimeRange)
The valid time range for the TLE. Gaps or overlap are not permitted.
validTimeRange
- The valid time range for the TLE. Gaps or overlap are not permitted.public TimeRange getValidTimeRange()
The valid time range for the TLE. Gaps or overlap are not permitted.
public TLEData withValidTimeRange(TimeRange validTimeRange)
The valid time range for the TLE. Gaps or overlap are not permitted.
validTimeRange
- The valid time range for the TLE. Gaps or overlap are not permitted.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.