Uses of Class
se.digg.dgc.payload.v1.TestEntry
-
Packages that use TestEntry Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Covid Certificate schema.se.digg.dgc.valueset.v1.validation Support for validating Digital Covid Certificates against value sets. -
-
Uses of TestEntry in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return TestEntry Modifier and Type Method Description TestEntryTestEntry. withCi(String ci)TestEntryTestEntry. withCo(String co)TestEntryTestEntry. withIs(String is)TestEntryTestEntry. withMa(String ma)TestEntryTestEntry. withNm(String nm)TestEntryTestEntry. withSc(Instant sc)TestEntryTestEntry. withTc(String tc)TestEntryTestEntry. withTg(String tg)TestEntryTestEntry. withTr(String tr)TestEntryTestEntry. withTt(String tt)Methods in se.digg.dgc.payload.v1 that return types with arguments of type TestEntry Modifier and Type Method Description List<TestEntry>Eudcc. getT()Test GroupMethod parameters in se.digg.dgc.payload.v1 with type arguments of type TestEntry Modifier and Type Method Description voidEudcc. setT(List<TestEntry> t)Test GroupEudccEudcc. withT(List<TestEntry> t) -
Uses of TestEntry in se.digg.dgc.valueset.v1.validation
Methods in se.digg.dgc.valueset.v1.validation with parameters of type TestEntry Modifier and Type Method Description ValueSetValidationResultDefaultValueSetValidator. validate(TestEntry testEntry)Validates aTestEntryagainst the value sets configured for this validator.ValueSetValidationResultValueSetValidator. validate(TestEntry testEntry)Validates aTestEntryagainst the value sets configured for this validator.
-