Class TMServiceInfo
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.TMServiceInfo
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class TMServiceInfo extends Object implements SerializableTMServiceInfo- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TMServiceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TMServiceInfoaddKeywordsItem(String keywordsItem)TMServiceInfodescription(String description)booleanequals(Object o)StringgetDescription()Get descriptionSet<String>getKeywords()Get keywords@Valid URIgetPublisher()Get publisher@Valid URIgetSchema()Get schema@Valid URIgetSource()Get sourceStringgetTitle()Get titleinthashCode()TMServiceInfokeywords(Set<String> keywords)TMServiceInfopublisher(URI publisher)TMServiceInfoschema(URI schema)voidsetDescription(String description)voidsetKeywords(Set<String> keywords)voidsetPublisher(URI publisher)voidsetSchema(URI schema)voidsetSource(URI source)voidsetTitle(String title)TMServiceInfosource(URI source)TMServiceInfotitle(String title)StringtoString()
-
-
-
Method Detail
-
title
public TMServiceInfo title(String title)
-
getTitle
public String getTitle()
Get title- Returns:
- title
-
setTitle
public void setTitle(String title)
-
keywords
public TMServiceInfo keywords(Set<String> keywords)
-
addKeywordsItem
public TMServiceInfo addKeywordsItem(String keywordsItem)
-
description
public TMServiceInfo description(String description)
-
getDescription
public String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
publisher
public TMServiceInfo publisher(URI publisher)
-
getPublisher
@Valid public @Valid URI getPublisher()
Get publisher- Returns:
- publisher
-
setPublisher
public void setPublisher(URI publisher)
-
schema
public TMServiceInfo schema(URI schema)
-
getSchema
@Valid public @Valid URI getSchema()
Get schema- Returns:
- schema
-
setSchema
public void setSchema(URI schema)
-
source
public TMServiceInfo source(URI source)
-
getSource
@Valid public @Valid URI getSource()
Get source- Returns:
- source
-
setSource
public void setSource(URI source)
-
-