@Generated(value="software.amazon.awssdk:codegen") public final class FileSizes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSizes.Builder,FileSizes>
Information about the size of files in a merge or pull request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileSizes.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
base()
The size of a file in the base of a merge or pull request.
|
static FileSizes.Builder |
builder() |
Long |
destination()
The size of a file in the destination of a merge or pull request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileSizes.Builder> |
serializableBuilderClass() |
Long |
source()
The size of a file in the source of a merge or pull request.
|
FileSizes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long source()
The size of a file in the source of a merge or pull request.
public final Long destination()
The size of a file in the destination of a merge or pull request.
public final Long base()
The size of a file in the base of a merge or pull request.
public FileSizes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FileSizes.Builder,FileSizes>public static FileSizes.Builder builder()
public static Class<? extends FileSizes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.