public class EventAttachmentRepresentation extends AbstractExtensibleRepresentation
Constructor and Description |
---|
EventAttachmentRepresentation() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getMd5() |
String |
getName() |
String |
getRange() |
com.cumulocity.model.idtype.GId |
getSource() |
String |
getType() |
int |
hashCode() |
void |
setMd5(String md5) |
void |
setName(String name) |
void |
setRange(String range) |
void |
setSource(com.cumulocity.model.idtype.GId source) |
void |
setType(String type) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public void setSource(com.cumulocity.model.idtype.GId source)
public void setType(String type)
public void setName(String name)
public void setMd5(String md5)
public void setRange(String range)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public com.cumulocity.model.idtype.GId getSource()
@JSONProperty(ignoreIfNull=true) public String getType()
@JSONProperty(ignoreIfNull=true) public String getName()
@JSONProperty(ignoreIfNull=true) public String getMd5()
@JSONProperty(ignoreIfNull=true) public String getRange()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.