com.contrastsecurity.rest
Class CodeClass
java.lang.Object
com.contrastsecurity.rest.CodeClass
public class CodeClass
- extends Object
A .NET or Java class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeClass
public CodeClass()
getName
public String getName()
- Return the name of the class.
- Returns:
- the name of the class
getMethods
public List<CodeMethod> getMethods()
- Return the list of methods in this class.
- Returns:
- the methods in this class
Copyright © 2014. All Rights Reserved.