Class AppIdentityRegistration
java.lang.Object
com.linecorp.centraldogma.server.metadata.AppIdentityRegistration
- All Implemented Interfaces:
Identifiable, HasWeight
Specifies a registration of an
AppIdentity.-
Constructor Summary
ConstructorsConstructorDescriptionAppIdentityRegistration(String appId, ProjectRole role, UserAndTimestamp creation) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionappId()Returns the ID of the application.creation()Returns who creates the app identity when.booleaninthashCode()id()Returns theString-formatted identifier.role()Returns the role of the app identity in a project.toString()intweight()Returns the weight of this object.
-
Constructor Details
-
AppIdentityRegistration
Creates a new instance.
-
-
Method Details
-
id
Description copied from interface:IdentifiableReturns theString-formatted identifier.- Specified by:
idin interfaceIdentifiable
-
appId
Returns the ID of the application. -
role
Returns the role of the app identity in a project. -
creation
Returns who creates the app identity when. -
weight
-
equals
-
hashCode
-
toString
-