Class HubTenant

java.lang.Object
io.meeds.wom.api.model.Hub
io.meeds.tenant.hub.model.HubTenant
All Implemented Interfaces:
Cloneable

public class HubTenant extends io.meeds.wom.api.model.Hub
  • Constructor Summary

    Constructors
    Constructor
    Description
    HubTenant(long deedId, short city, short type, String address, Map<String,String> name, Map<String,String> description, String url, String color, String hubOwnerAddress, String deedOwnerAddress, String deedManagerAddress, Instant createdDate, Instant untilDate, Instant joinDate, Instant updatedDate, long usersCount, String rewardsPeriodType, double rewardsPerPeriod, boolean connected, double ownerClaimableAmount, double managerClaimableAmount, String womServerUrl, String adminAddress, String womAddress, String uemAddress, long networkId, long avatarUpdateTime)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class io.meeds.wom.api.model.Hub

    canEqual, equals, getAddress, getCity, getColor, getCreatedDate, getDeedId, getDeedManagerAddress, getDeedOwnerAddress, getDescription, getHubOwnerAddress, getJoinDate, getManagerClaimableAmount, getName, getOwnerClaimableAmount, getRewardsPeriodType, getRewardsPerPeriod, getType, getUntilDate, getUpdatedDate, getUrl, getUsersCount, hashCode, isConnected, setAddress, setCity, setColor, setCreatedDate, setDeedId, setDeedManagerAddress, setDeedOwnerAddress, setDescription, setHubOwnerAddress, setJoinDate, setManagerClaimableAmount, setName, setOwnerClaimableAmount, setRewardsPeriodType, setRewardsPerPeriod, setType, setUntilDate, setUpdatedDate, setUrl, setUsersCount

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • clone

      public HubTenant clone()
      Overrides:
      clone in class io.meeds.wom.api.model.Hub