@Generated(value="org.jsonschema2pojo") public class Property extends ActivityObject
A property describes name, path and value. Can be used with delete, update or post verbs
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDisplayName()
The human readable name of the property in the appropriate language
|
String |
getObjectType()
Identifies the type of object.
|
String |
getPath()
dot delimited path to the property in the target.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDisplayName(String displayName)
The human readable name of the property in the appropriate language
|
void |
setObjectType(String objectType)
Identifies the type of object.
|
void |
setPath(String path)
dot delimited path to the property in the target.
|
String |
toString() |
Property |
withAdditionalProperty(String name,
Object value) |
Property |
withDisplayName(String displayName) |
Property |
withObjectType(String objectType) |
Property |
withPath(String path) |
getAttachments, getAuthor, getContent, getDownstreamDuplicates, getId, getImage, getPublished, getSummary, getUpdated, getUpstreamDuplicates, getUrl, setAttachments, setAuthor, setContent, setDownstreamDuplicates, setId, setImage, setPublished, setSummary, setUpdated, setUpstreamDuplicates, setUrl, withAttachments, withAuthor, withContent, withDownstreamDuplicates, withId, withImage, withPublished, withSummary, withUpdated, withUpstreamDuplicates, withUrl
@BeanProperty(value="objectType") public String getObjectType()
ActivityObject
getObjectType
in class ActivityObject
@BeanProperty(value="objectType") public void setObjectType(String objectType)
ActivityObject
setObjectType
in class ActivityObject
objectType
- The objectTypepublic Property withObjectType(String objectType)
withObjectType
in class ActivityObject
@BeanProperty(value="displayName") public String getDisplayName()
getDisplayName
in class ActivityObject
@BeanProperty(value="displayName") public void setDisplayName(String displayName)
setDisplayName
in class ActivityObject
displayName
- The displayNamepublic Property withDisplayName(String displayName)
withDisplayName
in class ActivityObject
@BeanProperty(value="path") public String getPath()
@BeanProperty(value="path") public void setPath(String path)
path
- The pathpublic String toString()
toString
in class ActivityObject
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class ActivityObject
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class ActivityObject
public Property withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class ActivityObject
public int hashCode()
hashCode
in class ActivityObject
public boolean equals(Object other)
equals
in class ActivityObject
Copyright © 2018 The Apache Software Foundation. All rights reserved.