Package gov.nasa.pds.model
Class WyriwygProduct
java.lang.Object
gov.nasa.pds.model.WyriwygProduct
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-09-03T18:10:48.512595446Z[GMT]")
public class WyriwygProduct
extends Object
minimalistic description of a pds product with only the key value pairs requested by the user (what you request is what you get)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddKeyValuePairsItem(WyriwygProductKeyValuePair keyValuePairsItem) boolean@NotNull @Valid List<WyriwygProductKeyValuePair>Get keyValuePairsinthashCode()keyValuePairs(List<WyriwygProductKeyValuePair> keyValuePairs) voidsetKeyValuePairs(List<WyriwygProductKeyValuePair> keyValuePairs) toString()
-
Constructor Details
-
WyriwygProduct
public WyriwygProduct()
-
-
Method Details