Class AllianceResponse

    • Constructor Detail

      • AllianceResponse

        public AllianceResponse()
    • Method Detail

      • getCreatorCorporationId

        public Integer getCreatorCorporationId()
        ID of the corporation that created the alliance
        Returns:
        creatorCorporationId
      • setCreatorCorporationId

        public void setCreatorCorporationId​(Integer creatorCorporationId)
      • getCreatorId

        public Integer getCreatorId()
        ID of the character that created the alliance
        Returns:
        creatorId
      • setCreatorId

        public void setCreatorId​(Integer creatorId)
      • dateFounded

        public AllianceResponse dateFounded​(java.time.OffsetDateTime dateFounded)
      • getDateFounded

        public java.time.OffsetDateTime getDateFounded()
        date_founded string
        Returns:
        dateFounded
      • setDateFounded

        public void setDateFounded​(java.time.OffsetDateTime dateFounded)
      • getExecutorCorporationId

        @Nullable
        public Integer getExecutorCorporationId()
        the executor corporation ID, if this alliance is not closed
        Returns:
        executorCorporationId
      • setExecutorCorporationId

        public void setExecutorCorporationId​(Integer executorCorporationId)
      • getFactionId

        @Nullable
        public Integer getFactionId()
        Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare
        Returns:
        factionId
      • setFactionId

        public void setFactionId​(Integer factionId)
      • getName

        public String getName()
        the full name of the alliance
        Returns:
        name
      • setName

        public void setName​(String name)
      • getTicker

        public String getTicker()
        the short name of the alliance
        Returns:
        ticker
      • setTicker

        public void setTicker​(String ticker)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object