public class ServiceInstanceAddProfileTrunkGroup extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String[] |
alias |
protected String |
callingLineIdFirstName |
protected String |
callingLineIdLastName |
protected String |
callingLineIdPhoneNumber |
protected DepartmentKey |
department |
protected String |
extension |
protected String |
hiraganaFirstName |
protected String |
hiraganaLastName |
protected String |
language |
protected String |
name |
protected String |
password |
protected String |
phoneNumber |
protected String |
timeZone |
Constructor and Description |
---|
ServiceInstanceAddProfileTrunkGroup()
Serializable Constructor
|
ServiceInstanceAddProfileTrunkGroup(String name,
String callingLineIdLastName,
String callingLineIdFirstName) |
@NotNull @Size(min=1, max=30) protected String name
@NotNull @Size(min=1, max=30) protected String callingLineIdLastName
@NotNull @Size(min=1, max=30) protected String callingLineIdFirstName
@Size(min=1, max=30) protected String hiraganaLastName
@Size(min=1, max=30) protected String hiraganaFirstName
@Size(min=1, max=23) protected String phoneNumber
@Size(min=2, max=20) protected String extension
@Size(min=1, max=60) protected String password
protected DepartmentKey department
@Size(min=1, max=40) protected String language
@Size(min=1, max=127) protected String timeZone
@Size(max=3) @StringArrayElementSize(min=1, max=161) protected String[] alias
@Size(min=1, max=23) protected String callingLineIdPhoneNumber
public ServiceInstanceAddProfileTrunkGroup(String name, String callingLineIdLastName, String callingLineIdFirstName)
public ServiceInstanceAddProfileTrunkGroup()
public String getName()
public ServiceInstanceAddProfileTrunkGroup setName(String name)
public String getCallingLineIdLastName()
public ServiceInstanceAddProfileTrunkGroup setCallingLineIdLastName(String callingLineIdLastName)
public String getCallingLineIdFirstName()
public ServiceInstanceAddProfileTrunkGroup setCallingLineIdFirstName(String callingLineIdFirstName)
public String getHiraganaLastName()
public ServiceInstanceAddProfileTrunkGroup setHiraganaLastName(String hiraganaLastName)
public String getHiraganaFirstName()
public ServiceInstanceAddProfileTrunkGroup setHiraganaFirstName(String hiraganaFirstName)
public String getPhoneNumber()
public ServiceInstanceAddProfileTrunkGroup setPhoneNumber(String phoneNumber)
public String getExtension()
public ServiceInstanceAddProfileTrunkGroup setExtension(String extension)
public String getPassword()
public ServiceInstanceAddProfileTrunkGroup setPassword(String password)
public DepartmentKey getDepartment()
public ServiceInstanceAddProfileTrunkGroup setDepartment(DepartmentKey department)
public String getLanguage()
public ServiceInstanceAddProfileTrunkGroup setLanguage(String language)
public String getTimeZone()
public ServiceInstanceAddProfileTrunkGroup setTimeZone(String timeZone)
public String[] getAlias()
public ServiceInstanceAddProfileTrunkGroup setAlias(String... alias)
public String getCallingLineIdPhoneNumber()
public ServiceInstanceAddProfileTrunkGroup setCallingLineIdPhoneNumber(String callingLineIdPhoneNumber)
@GwtIncompatible public static Element formRequest(Request<?> request, ServiceInstanceAddProfileTrunkGroup datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static ServiceInstanceAddProfileTrunkGroup getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static ServiceInstanceAddProfileTrunkGroup[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.