@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SequenceInformation extends Object implements Serializable, Cloneable, StructuredPojo
Details about a sequence.
Constructor and Description |
---|
SequenceInformation() |
Modifier and Type | Method and Description |
---|---|
SequenceInformation |
clone() |
boolean |
equals(Object obj) |
String |
getAlignment()
The sequence's alignment setting.
|
String |
getGeneratedFrom()
Where the sequence originated.
|
Long |
getTotalBaseCount()
The sequence's total base count.
|
Long |
getTotalReadCount()
The sequence's total read count.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlignment(String alignment)
The sequence's alignment setting.
|
void |
setGeneratedFrom(String generatedFrom)
Where the sequence originated.
|
void |
setTotalBaseCount(Long totalBaseCount)
The sequence's total base count.
|
void |
setTotalReadCount(Long totalReadCount)
The sequence's total read count.
|
String |
toString()
Returns a string representation of this object.
|
SequenceInformation |
withAlignment(String alignment)
The sequence's alignment setting.
|
SequenceInformation |
withGeneratedFrom(String generatedFrom)
Where the sequence originated.
|
SequenceInformation |
withTotalBaseCount(Long totalBaseCount)
The sequence's total base count.
|
SequenceInformation |
withTotalReadCount(Long totalReadCount)
The sequence's total read count.
|
public void setTotalReadCount(Long totalReadCount)
The sequence's total read count.
totalReadCount
- The sequence's total read count.public Long getTotalReadCount()
The sequence's total read count.
public SequenceInformation withTotalReadCount(Long totalReadCount)
The sequence's total read count.
totalReadCount
- The sequence's total read count.public void setTotalBaseCount(Long totalBaseCount)
The sequence's total base count.
totalBaseCount
- The sequence's total base count.public Long getTotalBaseCount()
The sequence's total base count.
public SequenceInformation withTotalBaseCount(Long totalBaseCount)
The sequence's total base count.
totalBaseCount
- The sequence's total base count.public void setGeneratedFrom(String generatedFrom)
Where the sequence originated.
generatedFrom
- Where the sequence originated.public String getGeneratedFrom()
Where the sequence originated.
public SequenceInformation withGeneratedFrom(String generatedFrom)
Where the sequence originated.
generatedFrom
- Where the sequence originated.public void setAlignment(String alignment)
The sequence's alignment setting.
alignment
- The sequence's alignment setting.public String getAlignment()
The sequence's alignment setting.
public SequenceInformation withAlignment(String alignment)
The sequence's alignment setting.
alignment
- The sequence's alignment setting.public String toString()
toString
in class Object
Object.toString()
public SequenceInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.