Package com.bandwidth.iris.sdk.model
Class ImportTnCheckerPayload
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.ImportTnCheckerPayload
-
public class ImportTnCheckerPayload extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description ImportTnCheckerPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ImportTnError>getImportTnErrorList()List<String>getTelephoneNumberList()voidsetImportTnErrorList(List<ImportTnError> importTnErrorList)voidsetTelephoneNumberList(List<String> telephoneNumberList)
-
-
-
Method Detail
-
getImportTnErrorList
public List<ImportTnError> getImportTnErrorList()
-
setImportTnErrorList
public void setImportTnErrorList(List<ImportTnError> importTnErrorList)
-
-