Class ThreddsMetadata.Contributor

java.lang.Object
thredds.client.catalog.ThreddsMetadata.Contributor
Enclosing class:
ThreddsMetadata

@Immutable public static class ThreddsMetadata.Contributor extends Object
  • Field Details

    • name

      public final String name
    • role

      public final String role
  • Constructor Details

    • Contributor

      public Contributor(String name, String role)
  • Method Details

    • getName

      public String getName()
    • getRole

      public String getRole()