Class Criteria
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.Criteria
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class Criteria extends Object
Criteria
-
Constructor Summary
Constructors Constructor Description Criteria()
-
Method Summary
Modifier and Type Method Description Criteria
addMatchExpressionItem(Clause matchExpressionItem)
boolean
equals(Object o)
List<Clause>
getMatchExpression()
Get matchExpressionint
hashCode()
Criteria
matchExpression(List<Clause> matchExpression)
void
setMatchExpression(List<Clause> matchExpression)
String
toString()
-
Constructor Details
-
Criteria
public Criteria()
-
-
Method Details
-
matchExpression
-
addMatchExpressionItem
-
getMatchExpression
Get matchExpression- Returns:
- matchExpression
-
setMatchExpression
-
equals
-
hashCode
public int hashCode() -
toString
-