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) |
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUripublic 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 ResourceBasepublic int hashCode()
hashCode in class ResourceBasepublic String toString()
toString in class ResourceBaseCopyright © 2025. All rights reserved.