Class MatchDTO


  • public class MatchDTO
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String domain  
      java.lang.String key  
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchDTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<AccessDTO> getAccess()  
      java.lang.String getDomain()  
      java.lang.String getKey()  
      • Methods inherited from class java.lang.Object

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

      • domain

        public java.lang.String domain
      • key

        public java.lang.String key
    • Constructor Detail

      • MatchDTO

        public MatchDTO()
    • Method Detail

      • getDomain

        public java.lang.String getDomain()
      • getKey

        public java.lang.String getKey()
      • getAccess

        public java.util.List<AccessDTO> getAccess()