Package com.alfresco.content.models
Class ProbeEntry
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class ProbeEntry
-
-
Field Summary
Fields Modifier and Type Field Description private ProbeEntryEntryentry
-
Constructor Summary
Constructors Constructor Description ProbeEntry(ProbeEntryEntry entry)
-
Method Summary
Modifier and Type Method Description final ProbeEntryEntrygetEntry()final UnitsetEntry(@Json(name = "entry") ProbeEntryEntry entry)-
-
Constructor Detail
-
ProbeEntry
ProbeEntry(ProbeEntryEntry entry)
-
-
Method Detail
-
getEntry
final ProbeEntryEntry getEntry()
-
setEntry
final Unit setEntry(@Json(name = "entry") ProbeEntryEntry entry)
-
-
-
-