Package com.mypurecloud.sdk.v2.model
Class TrunkBase
java.lang.Object
com.mypurecloud.sdk.v2.model.TrunkBase
- All Implemented Interfaces:
Serializable
TrunkBase
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the resource is active, inactive, or deleted.static enumThe type of this trunk base. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The resource's description.The division to which this entity belongs.booleangetId()getName()getSite()getState()inthashCode()inboundSite(DomainEntityRef inboundSite) Allows a customer to set the site to which inbound calls will be routedIs this trunk being managed remotely.The name of the entity.properties(Map<String, Object> properties) voidsetDescription(String description) voidsetDivision(Division division) voidsetInboundSite(DomainEntityRef inboundSite) voidsetManaged(Boolean managed) voidvoidsetProperties(Map<String, Object> properties) voidsetSite(DomainEntityRef site) voidsetTrunkMetabase(DomainEntityRef trunkMetabase) voidsetTrunkType(TrunkBase.TrunkTypeEnum trunkType) voidsetVersion(Integer version) site(DomainEntityRef site) Used to determine the media regions for inbound and outbound calls through a trunk.toString()trunkMetabase(DomainEntityRef trunkMetabase) The meta-base this trunk is based on.trunkType(TrunkBase.TrunkTypeEnum trunkType) The type of this trunk base.The current version of the resource.
-
Constructor Details
-
TrunkBase
public TrunkBase() -
TrunkBase
-
-
Method Details
-
getId
-
name
The name of the entity. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The resource's description. -
getDescription
-
setDescription
-
version
The current version of the resource. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getModifiedBy
-
getCreatedBy
-
getState
-
getModifiedByApp
-
getCreatedByApp
-
trunkMetabase
The meta-base this trunk is based on. -
getTrunkMetabase
-
setTrunkMetabase
-
properties
-
getProperties
-
setProperties
-
trunkType
The type of this trunk base. -
getTrunkType
-
setTrunkType
-
managed
Is this trunk being managed remotely. This property is synchronized with the managed property of the Edge Group to which it is assigned. -
getManaged
-
setManaged
-
site
Used to determine the media regions for inbound and outbound calls through a trunk. Also determines the dial plan to use for calls that came in on a trunk and have to be sent out on it as well. -
getSite
-
setSite
-
inboundSite
Allows a customer to set the site to which inbound calls will be routed -
getInboundSite
-
setInboundSite
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-