public class CepModuleRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
CepModuleRepresentation.CepModuleRepresentationBuilder |
Constructor and Description |
---|
CepModuleRepresentation() |
CepModuleRepresentation(String id,
String name,
org.joda.time.DateTime lastModified,
String status,
List statements,
String fileRepresentation) |
Modifier and Type | Method and Description |
---|---|
static CepModuleRepresentation.CepModuleRepresentationBuilder |
cepModuleRepresentation() |
String |
getFileRepresentation() |
String |
getId() |
Date |
getLastModified()
Deprecated.
|
org.joda.time.DateTime |
getLastModifiedDateTime() |
String |
getName() |
List |
getStatements() |
String |
getStatus() |
void |
setFileRepresentation(String fileRepresentation) |
void |
setId(String id) |
void |
setLastModified(Date lastModified)
Deprecated.
|
void |
setLastModifiedDateTime(org.joda.time.DateTime lastModified) |
void |
setName(String name) |
void |
setStatements(List statements) |
void |
setStatus(String status) |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON, toString
public CepModuleRepresentation(String id, String name, org.joda.time.DateTime lastModified, String status, List statements, String fileRepresentation)
public CepModuleRepresentation()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
@JSONProperty(value="deprecated_LastModified", ignore=true) @Deprecated public Date getLastModified()
@Deprecated public void setLastModified(Date lastModified)
@JSONProperty(value="lastModified", ignoreIfNull=true) @JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getLastModifiedDateTime()
public void setLastModifiedDateTime(org.joda.time.DateTime lastModified)
@JSONProperty(ignoreIfNull=true) public String getStatus()
public void setStatus(String status)
@JSONProperty(ignore=true) public List getStatements()
public void setStatements(List statements)
@JSONProperty(ignore=true) public String getFileRepresentation()
public void setFileRepresentation(String fileRepresentation)
public static CepModuleRepresentation.CepModuleRepresentationBuilder cepModuleRepresentation()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.