public class ProtectionSystemConnectivitySiteRestRep
extends java.lang.Object
| Constructor and Description | 
|---|
ProtectionSystemConnectivitySiteRestRep()  | 
ProtectionSystemConnectivitySiteRestRep(java.lang.String siteID,
                                       java.util.List<RelatedResourceRep> storageSystems)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getSiteID()
The Site ID 
 | 
java.util.List<RelatedResourceRep> | 
getStorageSystems()
The Storage Systems associated to with this Site 
 | 
void | 
setSiteID(java.lang.String siteID)  | 
void | 
setStorageSystems(java.util.List<RelatedResourceRep> storageSystems)  | 
public ProtectionSystemConnectivitySiteRestRep()
public ProtectionSystemConnectivitySiteRestRep(java.lang.String siteID,
                                               java.util.List<RelatedResourceRep> storageSystems)
public java.lang.String getSiteID()
public void setSiteID(java.lang.String siteID)
public java.util.List<RelatedResourceRep> getStorageSystems()
public void setStorageSystems(java.util.List<RelatedResourceRep> storageSystems)