java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.RexEntityRequestBody

public class RexEntityRequestBody extends Object
  • Constructor Details

    • RexEntityRequestBody

      public RexEntityRequestBody()
  • Method Details

    • getServerName

      public String getServerName()
    • getServerURLRoot

      public String getServerURLRoot()
    • getEntityGUID

      public String getEntityGUID()
    • getEnterpriseOption

      public Boolean getEnterpriseOption()
    • getGen

      public Integer getGen()
    • setServerName

      public void setServerName(String serverName)
    • setServerURLRoot

      public void setServerURLRoot(String serverURLRoot)
    • setEntityGUID

      public void setEntityGUID(String entityGUID)
    • setEnterpriseOption

      public void setEnterpriseOption(Boolean enterpriseOption)
    • setGen

      public void setGen(Integer gen)
    • toString

      public String toString()
      Overrides:
      toString in class Object