Class SagaMetadataAttribute
- java.lang.Object
-
- games.mythical.saga.sdk.client.model.SagaMetadataAttribute
-
public class SagaMetadataAttribute extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SagaMetadataAttribute()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SagaMetadataAttributefromProto(games.mythical.saga.sdk.proto.common.MetadataAttribute proto)static games.mythical.saga.sdk.proto.common.MetadataAttributetoProto(SagaMetadataAttribute attribute)
-
-
-
Method Detail
-
fromProto
public static SagaMetadataAttribute fromProto(games.mythical.saga.sdk.proto.common.MetadataAttribute proto)
-
toProto
public static games.mythical.saga.sdk.proto.common.MetadataAttribute toProto(SagaMetadataAttribute attribute)
-
-