public class RootSet
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
group |
protected java.lang.String |
url |
Constructor and Description |
---|
RootSet()
Creates a new
RootSet instance. |
RootSet(RootSet o)
Creates a new
RootSet instance by deeply copying a given RootSet instance. |
Modifier and Type | Method and Description |
---|---|
RootSet |
clone()
Creates and returns a deep copy of this object.
|
java.lang.String |
getGroup()
Key used to group rules and root urls.
|
java.lang.String |
getUrl()
(default: null)
|
void |
setGroup(java.lang.String value)
Sets the value of the group property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
RootSet |
withGroup(java.lang.String value) |
RootSet |
withUrl(java.lang.String value) |
public RootSet()
RootSet
instance.public RootSet(RootSet o)
RootSet
instance by deeply copying a given RootSet
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGroup()
String
public void setGroup(java.lang.String value)
value
- allowed object is
String
public RootSet withUrl(java.lang.String value)
public RootSet withGroup(java.lang.String value)
public RootSet clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.