public class DocumentProperty extends ResourceBase
Constructor and Description |
---|
DocumentProperty() |
Modifier and Type | Method and Description |
---|---|
DocumentProperty |
builtIn(Boolean builtIn) |
boolean |
equals(Object o) |
String |
getName()
Name.
|
String |
getValue()
Value.
|
int |
hashCode() |
Boolean |
isBuiltIn()
True for builtin property.
|
DocumentProperty |
name(String name) |
void |
setBuiltIn(Boolean builtIn) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
DocumentProperty |
value(String value) |
addAlternateLinksItem, alternateLinks, getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public DocumentProperty name(String name)
public String getName()
public void setName(String name)
public DocumentProperty value(String value)
public String getValue()
public void setValue(String value)
public DocumentProperty builtIn(Boolean builtIn)
public Boolean isBuiltIn()
public void setBuiltIn(Boolean builtIn)
public boolean equals(Object o)
equals
in class ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2021. All rights reserved.