public class RetentionRuleRepresentation extends BaseResourceRepresentation
Constructor and Description |
---|
RetentionRuleRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDataType() |
Boolean |
getEditable() |
String |
getFragmentType() |
com.cumulocity.model.idtype.GId |
getId() |
Long |
getMaximumAge() |
String |
getSource() |
String |
getType() |
int |
hashCode() |
void |
setDataType(String dataType) |
void |
setEditable(Boolean editable) |
void |
setFragmentType(String fragmentType) |
void |
setId(com.cumulocity.model.idtype.GId id) |
void |
setMaximumAge(Long maximumAge) |
void |
setSource(String source) |
void |
setType(String type) |
getSelf, getSelfDecoded, setSelf, toJSON, toString
@JSONProperty(ignoreIfNull=true) public Boolean getEditable()
public void setEditable(Boolean editable)
@JSONConverter(type=com.cumulocity.model.IDTypeConverter.class) public com.cumulocity.model.idtype.GId getId()
public void setId(com.cumulocity.model.idtype.GId id)
public String getDataType()
public void setDataType(String dataType)
public String getFragmentType()
public void setFragmentType(String fragmentType)
public String getType()
public void setType(String type)
public String getSource()
public void setSource(String source)
public Long getMaximumAge()
public void setMaximumAge(Long maximumAge)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.