Class DataHubAccessTokenInfo

    • Constructor Detail

      • DataHubAccessTokenInfo

        public DataHubAccessTokenInfo()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getName

        @NotNull
        public @NotNull java.lang.String getName()
        User defined name for the access token if defined.
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • getActorUrn

        @NotNull
        public @NotNull java.lang.String getActorUrn()
        Urn of the actor to which this access token belongs to.
        Returns:
        actorUrn
      • setActorUrn

        public void setActorUrn​(java.lang.String actorUrn)
      • getOwnerUrn

        @NotNull
        public @NotNull java.lang.String getOwnerUrn()
        Urn of the actor which created this access token.
        Returns:
        ownerUrn
      • setOwnerUrn

        public void setOwnerUrn​(java.lang.String ownerUrn)
      • getCreatedAt

        @NotNull
        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getCreatedAt()
        When the token was created. minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(java.lang.Long createdAt)
      • getExpiresAt

        @Min(-9223372036854775808L)
        @Max(9223372036854775807L)
        public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getExpiresAt()
        When the token expires. minimum: -9223372036854775808 maximum: 9223372036854775807
        Returns:
        expiresAt
      • setExpiresAt

        public void setExpiresAt​(java.lang.Long expiresAt)
      • getDescription

        public java.lang.String getDescription()
        Description of the token if defined.
        Returns:
        description
      • setDescription

        public void setDescription​(java.lang.String description)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object