public class Group extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFieldName() |
com.mongodb.client.model.BsonField |
getGroupOperator() |
StepGroupType |
getType() |
int |
hashCode() |
void |
setFieldName(String fieldName) |
void |
setType(StepGroupType type) |
public Group()
public Group(Group group)
public String getFieldName()
public void setFieldName(String fieldName)
public StepGroupType getType()
public void setType(StepGroupType type)
public com.mongodb.client.model.BsonField getGroupOperator()
Copyright © 2022. All rights reserved.