Class RestApiRelation
java.lang.Object
ch.admin.bit.jeap.archrepo.metamodel.relation.AbstractRelation
ch.admin.bit.jeap.archrepo.metamodel.relation.RestApiRelation
- All Implemented Interfaces:
MultipleImportable,Relation
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class ch.admin.bit.jeap.archrepo.metamodel.relation.AbstractRelation
AbstractRelation.AbstractRelationBuilder<C extends AbstractRelation,B extends AbstractRelation.AbstractRelationBuilder<C, B>> -
Constructor Summary
ConstructorsConstructorDescriptionRestApiRelation(System definingSystem, String providerName, String consumerName, Importer importer, String pactUrl, RestApi restApi, ZonedDateTime lastSeen) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetLabel()getType()inthashCode()booleanvoidsetLastSeen(ZonedDateTime lastSeen) voidsetPactUrl(String pactUrl) toString()Methods inherited from class ch.admin.bit.jeap.archrepo.metamodel.relation.AbstractRelation
addImporter, getConsumerName, getDefiningSystem, getId, getImporters, getStatus, markDeleted, setDefiningSystem
-
Constructor Details
-
RestApiRelation
-
RestApiRelation
public RestApiRelation()
-
-
Method Details
-
getLabel
-
isLabelLinkable
public boolean isLabelLinkable() -
getType
-
getProviderName
- Specified by:
getProviderNamein interfaceRelation- Overrides:
getProviderNamein classAbstractRelation
-
builder
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getPactUrl
-
getRestApi
-
getLastSeen
-
setPactUrl
-
setLastSeen
-