Class StructuringArtifact
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.structuring.StructuringArtifact
-
public class StructuringArtifact extends Object
-
-
Constructor Summary
Constructors Constructor Description StructuringArtifact(int hashcode, String name, ArrayList<StructuringElement> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHashcode()
ArrayList<StructuringElement>
getList()
String
getName()
Map<String,Object>
getObjectAsMap()
void
setHashcode(int hashcode)
void
setList(ArrayList<StructuringElement> list)
-
-
-
Constructor Detail
-
StructuringArtifact
public StructuringArtifact(int hashcode, String name, ArrayList<StructuringElement> list)
-
-
Method Detail
-
getList
public ArrayList<StructuringElement> getList()
-
getHashcode
public int getHashcode()
-
setList
public void setList(ArrayList<StructuringElement> list)
-
setHashcode
public void setHashcode(int hashcode)
-
getName
public String getName()
-
-