public class ProtectionSystemConnectivityRestRep
extends java.lang.Object
| Constructor and Description |
|---|
ProtectionSystemConnectivityRestRep() |
ProtectionSystemConnectivityRestRep(NamedRelatedResourceRep protectionSystem,
java.util.List<ProtectionSystemConnectivitySiteRestRep> protectionSites) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProtectionSystemConnectivitySiteRestRep> |
getProtectionSites()
The Protection Sites for this Protection System.
|
NamedRelatedResourceRep |
getProtectionSystem()
The Protection System ID for the connectivity
|
void |
setProtectionSites(java.util.List<ProtectionSystemConnectivitySiteRestRep> protectionSites) |
void |
setProtectionSystem(NamedRelatedResourceRep protectionSystem) |
public ProtectionSystemConnectivityRestRep()
public ProtectionSystemConnectivityRestRep(NamedRelatedResourceRep protectionSystem, java.util.List<ProtectionSystemConnectivitySiteRestRep> protectionSites)
public NamedRelatedResourceRep getProtectionSystem()
public void setProtectionSystem(NamedRelatedResourceRep protectionSystem)
public java.util.List<ProtectionSystemConnectivitySiteRestRep> getProtectionSites()
public void setProtectionSites(java.util.List<ProtectionSystemConnectivitySiteRestRep> protectionSites)