public class UploadPartResult extends Object implements Serializable
| Constructor and Description |
|---|
UploadPartResult() |
UploadPartResult(int partNumber,
String etag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEtag()
Returns the entity tag of the newly uploaded part.
|
int |
getPartNumber()
Returns the part number of the newly uploaded part.
|
int |
hashCode() |
public UploadPartResult()
public UploadPartResult(int partNumber,
String etag)
public int getPartNumber()
public String getEtag()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.