Class Contact
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Contact
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Contact
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A contact.
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Contact
public Contact()
-
-
Method Details
-
getName
Gets the name.A string listing the name of the contact.
- Returns:
- the name
-
getRole
Gets the role.A string listing the role of the contact.
- Returns:
- the role
-