Class Amqp091SourceType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
com.evolveum.midpoint.xml.ns._public.common.common_3.Amqp091SourceType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
AMQP client configuration
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected Integerstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected ProtectedStringTypeprotected Integerprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
className, description, documentation, F_CLASS_NAME, F_DESCRIPTION, F_DOCUMENTATION, F_NAME, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()connectionHandlingThreads(Integer value) description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) getQueue()getUri()inthashCode(StructuredHashCodeStrategy strategy) password(ProtectedStringType value) voidvoidsetPassword(ProtectedStringType value) voidsetPrefetch(Integer value) voidvoidvoidsetUsername(String value) voidsetVirtualHost(String value) virtualHost(String value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
getClassName, getDescription, getDocumentation, getName, setClassName, setDescription, setDocumentation, setNameMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
uri
-
username
-
password
-
virtualHost
-
queue
-
prefetch
-
connectionHandlingThreads
-
COMPLEX_TYPE
-
F_URI
-
F_USERNAME
-
F_PASSWORD
-
F_VIRTUAL_HOST
-
F_QUEUE
-
F_PREFETCH
-
F_CONNECTION_HANDLING_THREADS
-
-
Constructor Details
-
Amqp091SourceType
public Amqp091SourceType() -
Amqp091SourceType
-
-
Method Details
-
getUri
-
setUri
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getVirtualHost
-
setVirtualHost
-
getQueue
-
setQueue
-
getPrefetch
-
setPrefetch
-
getConnectionHandlingThreads
-
setConnectionHandlingThreads
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAsyncUpdateSourceType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAsyncUpdateSourceType
-
uri
-
username
-
password
-
virtualHost
-
queue
-
prefetch
-
connectionHandlingThreads
-
name
- Overrides:
namein classAsyncUpdateSourceType
-
description
- Overrides:
descriptionin classAsyncUpdateSourceType
-
documentation
- Overrides:
documentationin classAsyncUpdateSourceType
-
className
- Overrides:
classNamein classAsyncUpdateSourceType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAsyncUpdateSourceType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAsyncUpdateSourceType
-