Class V1alpha2NamedResourcesStringSlice
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha2NamedResourcesStringSlice
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:08.546919Z[Etc/UTC]")
public class V1alpha2NamedResourcesStringSlice
extends Object
NamedResourcesStringSlice contains a slice of strings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStringsItem
(String stringsItem) boolean
Strings is the slice of strings.int
hashCode()
void
setStrings
(List<String> strings) toString()
-
Field Details
-
SERIALIZED_NAME_STRINGS
- See Also:
-
-
Constructor Details
-
V1alpha2NamedResourcesStringSlice
public V1alpha2NamedResourcesStringSlice()
-
-
Method Details