Class AbstractCloudKeyInfo
- java.lang.Object
-
- com.antonzhdanov.apache.sshd.agent.cloud.AbstractCloudKeyInfo
-
- All Implemented Interfaces:
CloudKeyInfo
public abstract class AbstractCloudKeyInfo extends Object implements CloudKeyInfo
-
-
Constructor Summary
Constructors Constructor Description AbstractCloudKeyInfo(String keyId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetComment()StringgetKeyId()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.antonzhdanov.apache.sshd.agent.cloud.CloudKeyInfo
getCloudProvider
-
-
-
-
Constructor Detail
-
AbstractCloudKeyInfo
public AbstractCloudKeyInfo(String keyId)
-
-
Method Detail
-
getKeyId
public String getKeyId()
- Specified by:
getKeyIdin interfaceCloudKeyInfo
-
getComment
public String getComment()
- Specified by:
getCommentin interfaceCloudKeyInfo
-
-