Class TestMuteData


  • public class TestMuteData
    extends java.lang.Object
    This class contains all necessary information to be sent via XmlRpc to remote client about mute info per test
    • Constructor Summary

      Constructors 
      Constructor Description
      TestMuteData​(java.util.Date date, java.lang.String comment, User user)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      java.util.Date getDate()  
      User getUser()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestMuteData

        public TestMuteData​(@NotNull
                            java.util.Date date,
                            @Nullable
                            java.lang.String comment,
                            @Nullable
                            User user)
    • Method Detail

      • getDate

        @NotNull
        public java.util.Date getDate()
      • getComment

        @Nullable
        public java.lang.String getComment()
      • getUser

        @Nullable
        public User getUser()