@Generated(value="org.jsonschema2pojo") public class Entity extends Object
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCreationTime()
The creation time of this entity in the format: CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]
|
Extension |
getExtension()
Key/value pairs enabling the association of extra information not captured by the model
|
String |
getID()
A globally unique identifier for this entity
|
String |
getName()
A human-readable name
|
List<String> |
getOtherInfo()
Placeholder for information that does not fit in any other attribute
|
Integer |
getValidity()
The number of seconds after CreationTime that this entity should be considered relevant
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCreationTime(String creationTime)
The creation time of this entity in the format: CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]
|
void |
setExtension(Extension extension)
Key/value pairs enabling the association of extra information not captured by the model
|
void |
setID(String iD)
A globally unique identifier for this entity
|
void |
setName(String name)
A human-readable name
|
void |
setOtherInfo(List<String> otherInfo)
Placeholder for information that does not fit in any other attribute
|
void |
setValidity(Integer validity)
The number of seconds after CreationTime that this entity should be considered relevant
|
String |
toString() |
public String getCreationTime()
public void setCreationTime(String creationTime)
public Integer getValidity()
public void setValidity(Integer validity)
public String getID()
public void setID(String iD)
public String getName()
public void setName(String name)
public List<String> getOtherInfo()
public void setOtherInfo(List<String> otherInfo)
public Extension getExtension()
public void setExtension(Extension extension)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.