public class ContactlistOperationAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_CONTACT_LIST_ID |
static java.lang.String |
SERIALIZED_NAME_IDENTIFIER_TYPE |
static java.lang.String |
SERIALIZED_NAME_NB_INVALID_IDENTIFIERS |
static java.lang.String |
SERIALIZED_NAME_NB_VALID_IDENTIFIERS |
static java.lang.String |
SERIALIZED_NAME_OPERATION |
static java.lang.String |
SERIALIZED_NAME_REQUEST_DATE |
static java.lang.String |
SERIALIZED_NAME_SAMPLE_INVALID_IDENTIFIERS |
| Constructor and Description |
|---|
ContactlistOperationAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ContactlistOperationAttributes |
addSampleInvalidIdentifiersItem(java.lang.String sampleInvalidIdentifiersItem) |
ContactlistOperationAttributes |
contactListId(java.lang.String contactListId) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContactListId()
the affected user list id
|
java.lang.String |
getIdentifierType()
The schema specified for of the identifiers
|
java.lang.Integer |
getNbInvalidIdentifiers()
How many identifiers were invalid for the specified schema
|
java.lang.Integer |
getNbValidIdentifiers()
How many identifiers were valid for the specified schema
|
java.lang.String |
getOperation()
The action recorded
|
java.time.OffsetDateTime |
getRequestDate()
When the action was recorded
|
java.util.List<java.lang.String> |
getSampleInvalidIdentifiers()
A sample of invalid identifiers if there is some
|
int |
hashCode() |
ContactlistOperationAttributes |
identifierType(java.lang.String identifierType) |
ContactlistOperationAttributes |
nbInvalidIdentifiers(java.lang.Integer nbInvalidIdentifiers) |
ContactlistOperationAttributes |
nbValidIdentifiers(java.lang.Integer nbValidIdentifiers) |
ContactlistOperationAttributes |
operation(java.lang.String operation) |
ContactlistOperationAttributes |
requestDate(java.time.OffsetDateTime requestDate) |
ContactlistOperationAttributes |
sampleInvalidIdentifiers(java.util.List<java.lang.String> sampleInvalidIdentifiers) |
void |
setContactListId(java.lang.String contactListId) |
void |
setIdentifierType(java.lang.String identifierType) |
void |
setNbInvalidIdentifiers(java.lang.Integer nbInvalidIdentifiers) |
void |
setNbValidIdentifiers(java.lang.Integer nbValidIdentifiers) |
void |
setOperation(java.lang.String operation) |
void |
setRequestDate(java.time.OffsetDateTime requestDate) |
void |
setSampleInvalidIdentifiers(java.util.List<java.lang.String> sampleInvalidIdentifiers) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_CONTACT_LIST_ID
public static final java.lang.String SERIALIZED_NAME_OPERATION
public static final java.lang.String SERIALIZED_NAME_REQUEST_DATE
public static final java.lang.String SERIALIZED_NAME_IDENTIFIER_TYPE
public static final java.lang.String SERIALIZED_NAME_NB_VALID_IDENTIFIERS
public static final java.lang.String SERIALIZED_NAME_NB_INVALID_IDENTIFIERS
public static final java.lang.String SERIALIZED_NAME_SAMPLE_INVALID_IDENTIFIERS
public ContactlistOperationAttributes contactListId(java.lang.String contactListId)
@Nullable public java.lang.String getContactListId()
public void setContactListId(java.lang.String contactListId)
public ContactlistOperationAttributes operation(java.lang.String operation)
public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
public ContactlistOperationAttributes requestDate(java.time.OffsetDateTime requestDate)
@Nullable public java.time.OffsetDateTime getRequestDate()
public void setRequestDate(java.time.OffsetDateTime requestDate)
public ContactlistOperationAttributes identifierType(java.lang.String identifierType)
@Nullable public java.lang.String getIdentifierType()
public void setIdentifierType(java.lang.String identifierType)
public ContactlistOperationAttributes nbValidIdentifiers(java.lang.Integer nbValidIdentifiers)
@Nullable public java.lang.Integer getNbValidIdentifiers()
public void setNbValidIdentifiers(java.lang.Integer nbValidIdentifiers)
public ContactlistOperationAttributes nbInvalidIdentifiers(java.lang.Integer nbInvalidIdentifiers)
@Nullable public java.lang.Integer getNbInvalidIdentifiers()
public void setNbInvalidIdentifiers(java.lang.Integer nbInvalidIdentifiers)
public ContactlistOperationAttributes sampleInvalidIdentifiers(java.util.List<java.lang.String> sampleInvalidIdentifiers)
public ContactlistOperationAttributes addSampleInvalidIdentifiersItem(java.lang.String sampleInvalidIdentifiersItem)
@Nullable public java.util.List<java.lang.String> getSampleInvalidIdentifiers()
public void setSampleInvalidIdentifiers(java.util.List<java.lang.String> sampleInvalidIdentifiers)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All rights reserved.