@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class NativeGroupMembership
extends java.lang.Object
implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
| Constructor and Description |
|---|
NativeGroupMembership() |
| Modifier and Type | Method and Description |
|---|---|
NativeGroupMembership |
addNativeGroupsItem(java.lang.String nativeGroupsItem) |
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
get__type()
Name of this subclass in SimpleClassName format
|
@NotNull java.util.List<java.lang.String> |
getNativeGroups()
Get nativeGroups
|
int |
hashCode() |
NativeGroupMembership |
nativeGroups(java.util.List<java.lang.String> nativeGroups) |
void |
setNativeGroups(java.util.List<java.lang.String> nativeGroups) |
java.lang.String |
toString() |
@NotNull public @NotNull java.lang.String get__type()
public NativeGroupMembership nativeGroups(java.util.List<java.lang.String> nativeGroups)
public NativeGroupMembership addNativeGroupsItem(java.lang.String nativeGroupsItem)
@NotNull public @NotNull java.util.List<java.lang.String> getNativeGroups()
public void setNativeGroups(java.util.List<java.lang.String> nativeGroups)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object