bllm
Class LitecoinPriceObject.Metadata
- java.lang.Object
-
- bllm.LitecoinPriceObject.Metadata
-
- Enclosing class:
- LitecoinPriceObject
public static final class LitecoinPriceObject.Metadata extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
LitecoinPriceObject.Metadata.Error
-
Field Summary
Fields Modifier and Type Field and Description LitecoinPriceObject.Metadata.Error
error
long
timestamp
-
Constructor Summary
Constructors Constructor and Description Metadata(long timestamp, LitecoinPriceObject.Metadata.Error error)
-
-
-
Field Detail
-
timestamp
public final long timestamp
-
error
public final LitecoinPriceObject.Metadata.Error error
-
-
Constructor Detail
-
Metadata
public Metadata(long timestamp, LitecoinPriceObject.Metadata.Error error)
-
-