Package com.atlan.model.admin
Class CredentialResponse
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.admin.CredentialResponse
- All Implemented Interfaces:
AtlanResponseInterface,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethodNested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.net.ApiResource
CHARSETFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeIdMethods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Constructor Details
-
CredentialResponse
public CredentialResponse()
-
-
Method Details
-
toCredential
Convert this response into a credential builder. Note: the username, password, and extras fields must still all be populated, as they will never be returned by a credential lookup (for security reasons).- Returns:
- builder for this credential
-
getId
-
getVersion
-
getIsActive
-
getCreatedAt
-
getUpdatedAt
-
getCreatedBy
-
getTenantId
-
getName
-
getDescription
-
getConnectorConfigName
-
getConnector
-
getConnectorType
-
getAuthType
-
getHost
-
getPort
-
getMetadata
-
getLevel
-
getConnection
-
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classApiResource
-