Class Details

  • All Implemented Interfaces:
    IDetails, one.xingyi.core.marshelling.HasJson<one.xingyi.core.marshelling.ContextForJson>, one.xingyi.core.sdk.IXingYiResource

    public class Details
    extends java.lang.Object
    implements one.xingyi.core.marshelling.HasJson<one.xingyi.core.marshelling.ContextForJson>, IDetails
    • Constructor Summary

      Constructors 
      Constructor Description
      Details​(java.lang.String powerfulId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String powerfulId()  
      <J> J toJson​(one.xingyi.core.marshelling.JsonWriter<J> jsonWriter, one.xingyi.core.marshelling.ContextForJson context)  
      java.lang.String toString()  
      Details withpowerfulId​(java.lang.String powerfulId)  
      • 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

      • Details

        public Details​(java.lang.String powerfulId)
    • Method Detail

      • powerfulId

        public java.lang.String powerfulId()
        Specified by:
        powerfulId in interface IDetails
      • 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>
      • 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