public class ServerCert extends Object implements Comparable<ServerCert>
Constructor and Description |
---|
ServerCert() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ServerCert o) |
boolean |
equals(Object obj) |
int |
getCertNum() |
String |
getDetail() |
int |
getGroupId() |
String |
getIssuer() |
String |
getSubject() |
String |
getValidity() |
int |
hashCode() |
String |
toString() |
public int getCertNum()
public String getSubject()
public String getIssuer()
public String getValidity()
public int getGroupId()
public String getDetail()
public int compareTo(ServerCert o)
compareTo
in interface Comparable<ServerCert>
Copyright © 2009-2013 jclouds. All Rights Reserved.