Class AnypointObject<X extends AnypointObject>
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject<X>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlertUpdate,API,APIAsset,APIContract,APIPortal,AssetInstance,AssetVersion,CHApplication,ClientApplication,DesignCenterProject,DesignCenterProjectExchange,Environment,EnvironmentalObj,ExchangeAsset,ExchangeAssetOverview,HApplication,Organization,Policy,RoleGroup,Server,SLATier,User,VPC
public abstract class AnypointObject<X extends AnypointObject> extends Object implements Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected AnypointClientclientprotected HttpHelperhttpHelperprotected Stringjsonprotected JsonHelperjsonHelperprotected Xparent -
Constructor Summary
Constructors Constructor Description AnypointObject()AnypointObject(AnypointClient client)AnypointObject(X parent) -
Method Summary
Modifier and Type Method Description AnypointClientgetClient()StringgetJson()XgetParent()voidsetClient(AnypointClient client)voidsetClient(AnypointClient client, boolean setParent)voidsetJson(String json)voidsetParent(X parent)
-
Field Details
-
Constructor Details
-
AnypointObject
-
AnypointObject
-
AnypointObject
public AnypointObject()
-
-
Method Details