public class S3LocationType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for s3LocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="s3LocationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bucket" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="type" type="{}docTypeEnum"/>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
bucket |
protected OffsetDateTime |
created |
protected String |
key |
protected DocTypeEnum |
type |
| Constructor and Description |
|---|
S3LocationType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getBucket()
Gets the value of the bucket property.
|
OffsetDateTime |
getCreated()
Gets the value of the created property.
|
String |
getKey()
Gets the value of the key property.
|
DocTypeEnum |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBucket(String value)
Sets the value of the bucket property.
|
void |
setCreated(OffsetDateTime value)
Sets the value of the created property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setType(DocTypeEnum value)
Sets the value of the type property.
|
String |
toString() |
S3LocationType |
withBucket(String value) |
S3LocationType |
withCreated(OffsetDateTime value) |
S3LocationType |
withKey(String value) |
S3LocationType |
withType(DocTypeEnum value) |
protected String bucket
protected String key
protected DocTypeEnum type
protected OffsetDateTime created
public String getBucket()
Stringpublic void setBucket(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic DocTypeEnum getType()
DocTypeEnumpublic void setType(DocTypeEnum value)
value - allowed object is
DocTypeEnumpublic OffsetDateTime getCreated()
Stringpublic void setCreated(OffsetDateTime value)
value - allowed object is
Stringpublic S3LocationType withBucket(String value)
public S3LocationType withKey(String value)
public S3LocationType withType(DocTypeEnum value)
public S3LocationType withCreated(OffsetDateTime value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2Copyright © 2021. All rights reserved.