public class Priority extends Action implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
shift |
Constructor and Description |
---|
Priority()
Creates a new
Priority instance. |
Priority(Priority o)
Creates a new
Priority instance by deeply copying a given Priority instance. |
Modifier and Type | Method and Description |
---|---|
Priority |
clone()
Creates and returns a deep copy of this object.
|
int |
getShift()
set a negative number to crawl faster, positive to crawl slower.
|
void |
setShift(java.lang.Integer value)
Sets the value of the shift property.
|
Priority |
withShift(java.lang.Integer value) |
public Priority()
Priority
instance.public Priority(Priority o)
Priority
instance by deeply copying a given Priority
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public int getShift()
Integer
public void setShift(java.lang.Integer value)
value
- allowed object is
Integer
public Priority withShift(java.lang.Integer value)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.