Class RexEntityRequestBody

java.lang.Object
org.odpi.openmetadata.viewservices.rex.api.rest.RexEntityRequestBody

public class RexEntityRequestBody extends Object
  • Constructor Details

    • RexEntityRequestBody

      public RexEntityRequestBody()
  • Method Details

    • getServerName

      public String getServerName()
    • getPlatformName

      public String getPlatformName()
    • getEntityGUID

      public String getEntityGUID()
    • getEnterpriseOption

      public Boolean getEnterpriseOption()
    • getAsOfTime

      public long getAsOfTime()
    • setServerName

      public void setServerName(String serverName)
    • setPlatformName

      public void setPlatformName(String platformName)
    • setEntityGUID

      public void setEntityGUID(String entityGUID)
    • setEnterpriseOption

      public void setEnterpriseOption(Boolean enterpriseOption)
    • setAsOfTime

      public void setAsOfTime(long asOfTime)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object