Class SecurityGroupLocationIdentityProjection
- java.lang.Object
-
- com.morpheusdata.model.MorpheusModel
-
- com.morpheusdata.model.projection.SecurityGroupLocationIdentityProjection
-
- Direct Known Subclasses:
SecurityGroupLocation
public class SecurityGroupLocationIdentityProjection extends MorpheusModel
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
category
protected java.lang.String
externalId
protected java.lang.String
name
protected java.lang.Long
refId
protected java.lang.String
refType
protected SecurityGroupIdentityProjection
securityGroup
-
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
-
Constructor Summary
Constructors Constructor Description SecurityGroupLocationIdentityProjection()
SecurityGroupLocationIdentityProjection(java.lang.Long id, java.lang.String name, java.lang.String externalId, java.lang.String category, java.lang.Long refId, java.lang.String refType, SecurityGroupIdentityProjection securityGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
java.lang.String
getExternalId()
java.lang.String
getName()
java.lang.Long
getRefId()
SecurityGroupIdentityProjection
getSecurityGroup()
void
setCategory(java.lang.String category)
void
setExternalId(java.lang.String externalId)
void
setName(java.lang.String name)
void
setRefId(java.lang.Long refId)
void
setSecurityGroup(SecurityGroupIdentityProjection securityGroup)
-
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
-
-
-
Field Detail
-
securityGroup
protected SecurityGroupIdentityProjection securityGroup
-
name
protected java.lang.String name
-
externalId
protected java.lang.String externalId
-
category
protected java.lang.String category
-
refId
protected java.lang.Long refId
-
refType
protected java.lang.String refType
-
-
Constructor Detail
-
SecurityGroupLocationIdentityProjection
public SecurityGroupLocationIdentityProjection()
-
SecurityGroupLocationIdentityProjection
public SecurityGroupLocationIdentityProjection(java.lang.Long id, java.lang.String name, java.lang.String externalId, java.lang.String category, java.lang.Long refId, java.lang.String refType, SecurityGroupIdentityProjection securityGroup)
-
-
Method Detail
-
getSecurityGroup
public SecurityGroupIdentityProjection getSecurityGroup()
-
setSecurityGroup
public void setSecurityGroup(SecurityGroupIdentityProjection securityGroup)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getExternalId
public java.lang.String getExternalId()
-
setExternalId
public void setExternalId(java.lang.String externalId)
-
getCategory
public java.lang.String getCategory()
-
setCategory
public void setCategory(java.lang.String category)
-
getRefId
public java.lang.Long getRefId()
-
setRefId
public void setRefId(java.lang.Long refId)
-
-