public class Section
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getEndTimestamp()
Returns the value of the endTimestamp property for this object.
|
java.lang.Long |
getStartTimestamp()
Returns the value of the startTimestamp property for this object.
|
int |
hashCode() |
void |
setEndTimestamp(java.lang.Long endTimestamp)
Sets the value of endTimestamp
|
void |
setStartTimestamp(java.lang.Long startTimestamp)
Sets the value of startTimestamp
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Section |
withEndTimestamp(java.lang.Long endTimestamp)
Sets the value of the endTimestamp property for this object.
|
Section |
withStartTimestamp(java.lang.Long startTimestamp)
Sets the value of the startTimestamp property for this object.
|
public java.lang.Long getStartTimestamp()
public void setStartTimestamp(java.lang.Long startTimestamp)
startTimestamp
- The new value for the startTimestamp property for
this object.public Section withStartTimestamp(java.lang.Long startTimestamp)
Returns a reference to this object so that method calls can be chained together.
startTimestamp
- The new value for the startTimestamp property for
this object.public java.lang.Long getEndTimestamp()
public void setEndTimestamp(java.lang.Long endTimestamp)
endTimestamp
- The new value for the endTimestamp property for this
object.public Section withEndTimestamp(java.lang.Long endTimestamp)
Returns a reference to this object so that method calls can be chained together.
endTimestamp
- The new value for the endTimestamp property for this
object.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.