Package swiss.trustbroker.audit.dto
Class AuditDto.ResponseAttributeValue
java.lang.Object
swiss.trustbroker.audit.dto.AuditDto.ResponseAttributeValue
- Enclosing class:
AuditDto
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetCid()getValue()inthashCode()booleanof(Object value, String namespaceUri, AuditDto.AttributeSource source, String querySource, Boolean cid) voidvoidsetNamespaceUri(String namespaceUri) voidsetQuerySource(String querySource) voidsetSource(AuditDto.AttributeSource source) voidtoString()
-
Method Details
-
hasSourceTag
public boolean hasSourceTag() -
builder
-
getValue
-
getNamespaceUri
-
getSource
-
getQuerySource
-
getCid
-
setValue
-
setNamespaceUri
-
setSource
-
setQuerySource
-
setCid
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
of
public static AuditDto.ResponseAttributeValue of(Object value, String namespaceUri, AuditDto.AttributeSource source, String querySource, Boolean cid)
-