@Generated public class PatchGroupRequest extends Object
| Constructor and Description |
|---|
PatchGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
Collection<Patch> |
getOperations() |
Collection<PatchSchema> |
getSchemas() |
int |
hashCode() |
PatchGroupRequest |
setId(String id) |
PatchGroupRequest |
setOperations(Collection<Patch> operations) |
PatchGroupRequest |
setSchemas(Collection<PatchSchema> schemas) |
String |
toString() |
public PatchGroupRequest setId(String id)
public String getId()
public PatchGroupRequest setOperations(Collection<Patch> operations)
public Collection<Patch> getOperations()
public PatchGroupRequest setSchemas(Collection<PatchSchema> schemas)
public Collection<PatchSchema> getSchemas()
Copyright © 2026. All rights reserved.