public class Root extends Iroot implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
Root()
Creates a new
Root instance. |
Root(Root o)
Creates a new
Root instance by deeply copying a given Root instance. |
Modifier and Type | Method and Description |
---|---|
Root |
clone()
Creates and returns a deep copy of this object.
|
Root |
withDepth(java.lang.Integer value) |
Root |
withKeyValue(java.util.Collection<KeyValue> values) |
Root |
withKeyValue(KeyValue... values) |
Root |
withPriority(java.lang.Long value) |
Root |
withUrl(java.lang.String value) |
getDepth, getKeyValue, getPriority, getUrl, setDepth, setPriority, setUrl
public Root()
Root
instance.public Root(Root o)
Root
instance by deeply copying a given Root
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public Root withKeyValue(KeyValue... values)
withKeyValue
in class Iroot
public Root withKeyValue(java.util.Collection<KeyValue> values)
withKeyValue
in class Iroot
public Root withPriority(java.lang.Long value)
withPriority
in class Iroot
Copyright © 2021 Dassault Systèmes, All Rights Reserved.