com.ibm.tivoli.maximo.fdmbo

Class ResourceTypeInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.fdmbo.ResourceTypeInfo


  • public class ResourceTypeInfo
    extends java.lang.Object
    JSON Resource Type Info.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ResourceTypeInfo(java.lang.String resourceType, java.lang.String analyzerClass, java.lang.String processingClass, java.lang.String description, java.lang.String collectionProp, java.lang.String dateFormatType, java.lang.String dateFormat, java.lang.String handlerName, java.lang.String pageParams, java.lang.String orderbyParam, java.lang.String nullFormat, java.lang.String stringQualifier, int fetchLimit)
      Constructor
    • Constructor Detail

      • ResourceTypeInfo

        public ResourceTypeInfo(java.lang.String resourceType,
                                java.lang.String analyzerClass,
                                java.lang.String processingClass,
                                java.lang.String description,
                                java.lang.String collectionProp,
                                java.lang.String dateFormatType,
                                java.lang.String dateFormat,
                                java.lang.String handlerName,
                                java.lang.String pageParams,
                                java.lang.String orderbyParam,
                                java.lang.String nullFormat,
                                java.lang.String stringQualifier,
                                int fetchLimit)
        Constructor
        Parameters:
        resourceType - resource type
        description - description
        analyzerClass - analyzer class
        processingClass - object process class
        collectionProp - collection property name (if applicable)
        dateFormatType - date format type Valid values: ISO 8601, Milliseconds and Custom
        dateFormat - date format for Custom type
        handlerName - end point handler name
        nullFormat - format of nulls for the type
        fetchLimit - linit of the page ize (used for paging)
    • Method Detail

      • getResourceType

        public java.lang.String getResourceType()
        Return resource type.
        Returns:
        resource type
      • getAnalyzerClass

        public java.lang.String getAnalyzerClass()
        Return analyzer class name.
        Returns:
        analyzer class name
      • getProcessingClass

        public java.lang.String getProcessingClass()
        Return processing class name.
        Returns:
        processing class name
      • getDescription

        public java.lang.String getDescription()
        Return description.
        Returns:
        description
      • getCollectionProp

        public java.lang.String getCollectionProp()
        Return collection property name.
        Returns:
        collection property name
      • getDateFormatType

        public java.lang.String getDateFormatType()
        Return date format type.
        Returns:
        date format type
      • getDateFormat

        public java.lang.String getDateFormat()
        Return date format for custom type.
        Returns:
        date format
      • getHandlerName

        public java.lang.String getHandlerName()
        Return handler name.
        Returns:
        handler name
      • getFetchLImit

        public int getFetchLImit()
        Return fetch limit for paging.
        Returns:
        fetch limit
      • getPagingParams

        public java.lang.String getPagingParams()
        Return paging parameters.
        Returns:
        paging parameters
      • getStringQualifier

        public java.lang.String getStringQualifier()
        Return string qualifier.
        Returns:
        string qualifier
      • getNullFormat

        public java.lang.String getNullFormat()
        Return null format.
        Returns:
        null format
      • getOrderByParam

        public java.lang.String getOrderByParam()
        Return order by parameter.
        Returns:
        order by parameter