Class NetworkDomainRecordIdentityProjection

    • Field Detail

      • externalId

        protected java.lang.String externalId
    • Constructor Detail

      • NetworkDomainRecordIdentityProjection

        public NetworkDomainRecordIdentityProjection​(java.lang.Long id,
                                                     java.lang.String externalId)
        The default constructor for creating a projection object.
        Parameters:
        id - the database id of the object
        externalId - the API id of the object
      • NetworkDomainRecordIdentityProjection

        public NetworkDomainRecordIdentityProjection()
    • Method Detail

      • getExternalId

        public java.lang.String getExternalId()
        returns the externalId also known as the API id of the equivalent object.
        Returns:
        the external id or API id of the current record
      • setExternalId

        public void setExternalId​(java.lang.String externalId)
        Sets the externalId of the network pool. In this class this should not be called directly
        Parameters:
        externalId - the external id or API id of the current record