public class CopyPartResult extends Object implements Serializable
| Constructor and Description |
|---|
CopyPartResult() |
CopyPartResult(String eTag,
LocalDateTime lastModifiedDate,
String versionId,
int partNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEtag()
Gets the ETag value for the new part that was created in the associated.
|
LocalDateTime |
getLastModifiedDate()
Gets the date the newly copied part was last modified.
|
int |
getPartNumber()
Gets the part number of the newly copied part.
|
String |
getVersionId()
Gets the version ID of the source object.
|
int |
hashCode() |
public CopyPartResult()
public CopyPartResult(String eTag, LocalDateTime lastModifiedDate, String versionId, int partNumber)
public int getPartNumber()
public String getEtag()
public LocalDateTime getLastModifiedDate()
public String getVersionId()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.