Package com.seeq.model
Class EmailNotificationRecipientOutputV1
java.lang.Object
com.seeq.model.EmailNotificationRecipientOutputV1
Email addresses or User IDs that will be in the Bcc list of the email
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailAddress
(String emailAddress) boolean
Get emailAddressGet identityIdgetName()
Get nameGet redactedint
hashCode()
identityId
(String identityId) void
setEmailAddress
(String emailAddress) void
setIdentityId
(String identityId) void
void
setRedacted
(Boolean redacted) toString()
-
Constructor Details
-
EmailNotificationRecipientOutputV1
public EmailNotificationRecipientOutputV1()
-
-
Method Details
-
emailAddress
-
getEmailAddress
Get emailAddress- Returns:
- emailAddress
-
setEmailAddress
-
identityId
-
getIdentityId
Get identityId- Returns:
- identityId
-
setIdentityId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
redacted
-
getRedacted
Get redacted- Returns:
- redacted
-
setRedacted
-
equals
-
hashCode
public int hashCode() -
toString
-