@data(base="Object")
public class Constraint
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
targetType
Type of objects targeted by this constraint.
|
| Constructor and Description |
|---|
Constraint() |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
clone()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
@optional public java.lang.String targetType
Setting targetType might lead to a more optimal request.
public Constraint clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright @ 2013-2018 VMware, Inc. All rights reserved.