Class RepoStreamingReq.ResourceInfo

java.lang.Object
com.cloudimpl.outstack.runtime.repo.RepoStreamingReq.ResourceInfo
Enclosing class:
RepoStreamingReq

public static final class RepoStreamingReq.ResourceInfo
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ResourceInfo​(java.lang.String entityType, java.lang.String entityId, java.lang.String tenantId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getEntityId()  
    java.lang.String getEntityType()  
    java.lang.String getTenantId()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResourceInfo

      public ResourceInfo​(java.lang.String entityType, java.lang.String entityId, java.lang.String tenantId)
  • Method Details

    • getEntityId

      public java.lang.String getEntityId()
    • getEntityType

      public java.lang.String getEntityType()
    • getTenantId

      public java.lang.String getTenantId()