@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSizes extends Object implements Serializable, Cloneable, StructuredPojo
Information about the size of files in a merge or pull request.
| Constructor and Description |
|---|
FileSizes() |
| Modifier and Type | Method and Description |
|---|---|
FileSizes |
clone() |
boolean |
equals(Object obj) |
Long |
getBase()
The size of a file in the base of a merge or pull request.
|
Long |
getDestination()
The size of a file in the destination of a merge or pull request.
|
Long |
getSource()
The size of a file in the source of a merge or pull request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBase(Long base)
The size of a file in the base of a merge or pull request.
|
void |
setDestination(Long destination)
The size of a file in the destination of a merge or pull request.
|
void |
setSource(Long source)
The size of a file in the source of a merge or pull request.
|
String |
toString()
Returns a string representation of this object.
|
FileSizes |
withBase(Long base)
The size of a file in the base of a merge or pull request.
|
FileSizes |
withDestination(Long destination)
The size of a file in the destination of a merge or pull request.
|
FileSizes |
withSource(Long source)
The size of a file in the source of a merge or pull request.
|
public void setSource(Long source)
The size of a file in the source of a merge or pull request.
source - The size of a file in the source of a merge or pull request.public Long getSource()
The size of a file in the source of a merge or pull request.
public FileSizes withSource(Long source)
The size of a file in the source of a merge or pull request.
source - The size of a file in the source of a merge or pull request.public void setDestination(Long destination)
The size of a file in the destination of a merge or pull request.
destination - The size of a file in the destination of a merge or pull request.public Long getDestination()
The size of a file in the destination of a merge or pull request.
public FileSizes withDestination(Long destination)
The size of a file in the destination of a merge or pull request.
destination - The size of a file in the destination of a merge or pull request.public void setBase(Long base)
The size of a file in the base of a merge or pull request.
base - The size of a file in the base of a merge or pull request.public Long getBase()
The size of a file in the base of a merge or pull request.
public FileSizes withBase(Long base)
The size of a file in the base of a merge or pull request.
base - The size of a file in the base of a merge or pull request.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.