-
public final class CustomPeerMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCustomPeerMetadata.Companion
-
Constructor Summary
Constructors Constructor Description CustomPeerMetadata(Boolean isBRBOn, String name, Long handRaisedAt, String prevRole)
-
Method Summary
Modifier and Type Method Description final BooleangetIsBRBOn()final StringgetName()final LonggetHandRaisedAt()final StringgetPrevRole()final StringtoJson()-
-
Method Detail
-
getIsBRBOn
final Boolean getIsBRBOn()
-
getHandRaisedAt
final Long getHandRaisedAt()
-
getPrevRole
final String getPrevRole()
-
-
-
-