Class ClientCreate


  • public class ClientCreate
    extends java.lang.Object
    ClientCreate
    • Field Detail

      • JSON_PROPERTY_MATCH_CRITERIA

        public static final java.lang.String JSON_PROPERTY_MATCH_CRITERIA
        See Also:
        Constant Field Values
      • JSON_PROPERTY_CONFIRMATION

        public static final java.lang.String JSON_PROPERTY_CONFIRMATION
        See Also:
        Constant Field Values
      • JSON_PROPERTY_TARGET

        public static final java.lang.String JSON_PROPERTY_TARGET
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClientCreate

        public ClientCreate()
    • Method Detail

      • getMatchCriteria

        public MatchCriteria getMatchCriteria()
        Get matchCriteria
        Returns:
        matchCriteria
      • setMatchCriteria

        public void setMatchCriteria​(MatchCriteria matchCriteria)
      • getConfirmation

        public Confirmation getConfirmation()
        Get confirmation
        Returns:
        confirmation
      • setConfirmation

        public void setConfirmation​(Confirmation confirmation)
      • getTarget

        public Target getTarget()
        Get target
        Returns:
        target
      • setTarget

        public void setTarget​(Target target)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object