public class BlockerDeclaration
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Reserved for future use.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
Reserved for future use.
|
private java.lang.String |
type
Reserved for future use.
|
Constructor and Description |
---|
BlockerDeclaration() |
Modifier and Type | Method and Description |
---|---|
BlockerDeclaration |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Reserved for future use.
|
java.lang.String |
getType()
Reserved for future use.
|
int |
hashCode() |
void |
setName(java.lang.String name)
Reserved for future use.
|
void |
setType(BlockerType type)
Reserved for future use.
|
void |
setType(java.lang.String type)
Reserved for future use.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BlockerDeclaration |
withName(java.lang.String name)
Reserved for future use.
|
BlockerDeclaration |
withType(BlockerType type)
Reserved for future use.
|
BlockerDeclaration |
withType(java.lang.String type)
Reserved for future use.
|
private java.lang.String name
Reserved for future use.
private java.lang.String type
Reserved for future use.
public void setName(java.lang.String name)
Reserved for future use.
name
- Reserved for future use.public java.lang.String getName()
Reserved for future use.
public BlockerDeclaration withName(java.lang.String name)
Reserved for future use.
name
- Reserved for future use.public void setType(java.lang.String type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public java.lang.String getType()
Reserved for future use.
BlockerType
public BlockerDeclaration withType(java.lang.String type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public void setType(BlockerType type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public BlockerDeclaration withType(BlockerType type)
Reserved for future use.
type
- Reserved for future use.BlockerType
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public BlockerDeclaration clone()
clone
in class java.lang.Object