public static class Logs.LogResourceEndpointInfo extends Object implements Comparable<Logs.LogResourceEndpointInfo>
| Modifier and Type | Field and Description |
|---|---|
String |
address |
String |
classname |
int |
methodSize |
int |
methodStrSize |
List<Logs.LogOperationEndpointInfo> |
operations |
String |
type |
| Constructor and Description |
|---|
Logs.LogResourceEndpointInfo(String type,
String address,
String classname,
List<Logs.LogOperationEndpointInfo> operations,
int methodSize,
int methodStrSize) |
public final String type
public final String address
public final String classname
public final List<Logs.LogOperationEndpointInfo> operations
public final int methodSize
public final int methodStrSize
public Logs.LogResourceEndpointInfo(String type, String address, String classname, List<Logs.LogOperationEndpointInfo> operations, int methodSize, int methodStrSize)
public int compareTo(Logs.LogResourceEndpointInfo o)
compareTo in interface Comparable<Logs.LogResourceEndpointInfo>Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.