Package com.mypurecloud.sdk.v2.model
Class Site
java.lang.Object
com.mypurecloud.sdk.v2.model.Site
- All Implemented Interfaces:
Serializable
Site
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia model for the sitestatic enumIndicates if the resource is active, inactive, or deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe caller ID value for the site.callerName(String callerName) The caller name for the site.cloudProxyForceTurn(Boolean cloudProxyForceTurn) Enables premises Edge Force TurnIs this site a core sitedescription(String description) The resource's description.The division to which this entity belongs.edgeAutoUpdateConfig(EdgeAutoUpdateConfig edgeAutoUpdateConfig) Recurrance rule, time zone, and start/end settings for automatic edge updates for this sitebooleangetEdges()getId()getName()getState()inthashCode()location(LocationDefinition location) LocationmediaModel(Site.MediaModelEnum mediaModel) Media model for the sitemediaRegions(List<String> mediaRegions) The ordered list of AWS regions through which media can stream.mediaRegionsUseLatencyBased(Boolean mediaRegionsUseLatencyBased) The name of the entity.ntpSettings(NTPSettings ntpSettings) Network Time Protocol settings for the siteprimaryEdges(List<Edge> primaryEdges) primarySites(List<DomainEntityRef> primarySites) secondaryEdges(List<Edge> secondaryEdges) secondarySites(List<DomainEntityRef> secondarySites) voidsetAddresses(List<Contact> addresses) voidsetCallerId(String callerId) voidsetCallerName(String callerName) voidsetCloudProxyForceTurn(Boolean cloudProxyForceTurn) voidsetCoreSite(Boolean coreSite) voidsetDescription(String description) voidsetDivision(Division division) voidsetEdgeAutoUpdateConfig(EdgeAutoUpdateConfig edgeAutoUpdateConfig) voidvoidsetLocation(LocationDefinition location) voidsetManaged(Boolean managed) voidsetMediaModel(Site.MediaModelEnum mediaModel) voidsetMediaRegions(List<String> mediaRegions) voidsetMediaRegionsUseLatencyBased(Boolean mediaRegionsUseLatencyBased) voidvoidsetNtpSettings(NTPSettings ntpSettings) voidsetPrimaryEdges(List<Edge> primaryEdges) voidsetPrimarySites(List<DomainEntityRef> primarySites) voidsetSecondaryEdges(List<Edge> secondaryEdges) voidsetSecondarySites(List<DomainEntityRef> secondarySites) voidsetSiteConnections(List<SiteConnection> siteConnections) voidsetVersion(Integer version) siteConnections(List<SiteConnection> siteConnections) The site connectionstoString()The current version of the resource.
-
Constructor Details
-
Site
public Site() -
Site
-
-
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
-
-
getPrimarySites
-
setPrimarySites
-
secondarySites
-
getSecondarySites
-
setSecondarySites
-
primaryEdges
-
getPrimaryEdges
-
setPrimaryEdges
-
secondaryEdges
-
getSecondaryEdges
-
setSecondaryEdges
-
addresses
-
getAddresses
-
setAddresses
-
edges
-
getEdges
-
setEdges
-
edgeAutoUpdateConfig
Recurrance rule, time zone, and start/end settings for automatic edge updates for this site -
getEdgeAutoUpdateConfig
-
setEdgeAutoUpdateConfig
-
mediaRegionsUseLatencyBased
-
getMediaRegionsUseLatencyBased
-
setMediaRegionsUseLatencyBased
-
location
Location -
getLocation
-
setLocation
-
managed
-
getManaged
-
setManaged
-
ntpSettings
Network Time Protocol settings for the site -
getNtpSettings
-
setNtpSettings
-
mediaModel
Media model for the site -
getMediaModel
-
setMediaModel
-
coreSite
Is this site a core site -
getCoreSite
-
setCoreSite
-
siteConnections
The site connections -
getSiteConnections
-
setSiteConnections
-
mediaRegions
The ordered list of AWS regions through which media can stream. -
getMediaRegions
-
setMediaRegions
-
callerId
The caller ID value for the site. -
getCallerId
-
setCallerId
-
callerName
The caller name for the site. -
getCallerName
-
setCallerName
-
cloudProxyForceTurn
Enables premises Edge Force Turn -
getCloudProxyForceTurn
-
setCloudProxyForceTurn
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-