Class Service

java.lang.Object
nl.tue.id.oocsi.client.services.Service

public class Service
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Service.ServiceField<T>  
    static class  Service.ServiceMethod  
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String category  
    java.lang.String handle  
    java.util.List<Service.ServiceMethod> methods  
    java.lang.String name  
    java.lang.String uuid  
  • Constructor Summary

    Constructors
    Constructor Description
    Service()  
  • Method Summary

    Modifier and Type Method Description
    Service.ServiceMethod newServiceMethod()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      public java.lang.String name
    • handle

      public java.lang.String handle
    • uuid

      public java.lang.String uuid
    • category

      public java.lang.String category
    • methods

      public java.util.List<Service.ServiceMethod> methods
  • Constructor Details

    • Service

      public Service()
  • Method Details