Class Certificate

  • All Implemented Interfaces:
    ICertificate, one.xingyi.core.marshelling.HasJson<one.xingyi.core.marshelling.ContextForJson>, one.xingyi.core.marshelling.HasJsonWithLinks<one.xingyi.core.marshelling.ContextForJson,​Certificate>, one.xingyi.core.sdk.IXingYiResource

    public class Certificate
    extends java.lang.Object
    implements one.xingyi.core.marshelling.HasJson<one.xingyi.core.marshelling.ContextForJson>, ICertificate, one.xingyi.core.marshelling.HasJsonWithLinks<one.xingyi.core.marshelling.ContextForJson,​Certificate>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IDetails child()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      <J> J toJson​(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter, one.xingyi.core.marshelling.ContextForJson context)  
      <J> J toJsonWithLinks​(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter, one.xingyi.core.marshelling.ContextForJson context, java.util.function.Function<Certificate,​java.lang.String> stateFn)  
      java.lang.String toString()  
      Certificate withchild​(IDetails child)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface one.xingyi.core.marshelling.HasJson

        toJsonString
    • Constructor Detail

      • Certificate

        public Certificate​(IDetails child)
    • Method Detail

      • toJson

        public <J> J toJson​(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter,
                            one.xingyi.core.marshelling.ContextForJson context)
        Specified by:
        toJson in interface one.xingyi.core.marshelling.HasJson<one.xingyi.core.marshelling.ContextForJson>
      • toJsonWithLinks

        public <J> J toJsonWithLinks​(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter,
                                     one.xingyi.core.marshelling.ContextForJson context,
                                     java.util.function.Function<Certificate,​java.lang.String> stateFn)
        Specified by:
        toJsonWithLinks in interface one.xingyi.core.marshelling.HasJsonWithLinks<one.xingyi.core.marshelling.ContextForJson,​Certificate>
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object