Class ChannelJson

java.lang.Object
edu.sc.seis.sod.web.jsonapi.AbstractJsonApiData
edu.sc.seis.sod.web.jsonapi.ChannelJson
All Implemented Interfaces:
JsonApiData

public class ChannelJson
extends AbstractJsonApiData
  • Field Summary

    Fields inherited from class edu.sc.seis.sod.web.jsonapi.AbstractJsonApiData

    baseUrl
  • Constructor Summary

    Constructors 
    Constructor Description
    ChannelJson​(edu.sc.seis.seisFile.fdsnws.stationxml.Channel chan, java.lang.String baseUrl)  
  • Method Summary

    Modifier and Type Method Description
    void encodeAttributes​(org.json.JSONWriter out)  
    void encodeLinks​(org.json.JSONWriter out)  
    void encodeRelationships​(org.json.JSONWriter out)  
    java.lang.String getId()  
    java.lang.String getType()  
    boolean hasLinks()  
    boolean hasRelationships()  

    Methods inherited from class edu.sc.seis.sod.web.jsonapi.AbstractJsonApiData

    doKeyValue, getBaseUrl, included

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait