Class NetworkRouterIdentityProjection

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.NetworkRouterIdentityProjection
Direct Known Subclasses:
NetworkRouter

public class NetworkRouterIdentityProjection extends MorpheusModel
  • Field Details

    • externalId

      protected String externalId
    • refType

      protected String refType
    • refId

      protected Long refId
  • Constructor Details

    • NetworkRouterIdentityProjection

      public NetworkRouterIdentityProjection()
    • NetworkRouterIdentityProjection

      public NetworkRouterIdentityProjection(Long id, String externalId, String refType, Long refId)
  • Method Details

    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)